This is a simple web scraper spider which scrapes game log data from your Backloggd profile.(https://backloggd.com/)
The scraped data is organized by status (played, playing, backlog, wishlist) and export to a CSV file all_entries.csv
.
-
Clone the repository
-
Install Python dependencies:
pip install -r requirements.txt
- A python virtual environment would help manage packages more clearly
-
Run the spider:
python spider-scraper.py
-
Enter your Backloggd profile username when prompted.
-
Wait for the spider to scrape data from your profile.
-
Find the scraped data in the file
all_entries.csv
.
- This spider scrapes data directly from Backloggd's website since there is no official API available.
- Use responsibly and respect the website's terms of service.