A simple python script to scrape threads from Flashback Forum.
Screenshot
- Scrape entire threads
- Auto Exports to CSV file
- Auto-retry on connection errors
See requirements.txt for full list of dependencies.
# Clone the repository
git clone https://github.com/unnohwn/flashback-scraper.git
cd flashback-scraper
# Install required packages
pip install -r requirements.txt
# Run the script
python flashback-scraper.py
# Follow the menu options:
1. Login with your Flashback credentials
2. Enter a thread ID (e.g., t3638211)
3. Wait for scraping to complete
The script creates CSV files with the following format:
thread_[ID]_[TIMESTAMP].csv
- You need a valid Flashback account to use this script
- Respect the forum's rules and terms of service
This project is licensed under the MIT License - see the LICENSE file for details.