An open API service indexing awesome lists of open source software.

https://github.com/xtream1101/tf2maps-scraper


https://github.com/xtream1101/tf2maps-scraper

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tf2maps.net Scraper

Basic example scraper on getting data from tf2maps.net

Uses the scraping framework [ScraperX](https://github.com/xtream1101/scraperx) (created by me)

## Running
1. Install pip requirements
```bash
pip install -r requirements.txt
```
2. Run the scraper
```bash
python tf2maps.py dispatch
```