https://github.com/xtream1101/tf2maps-scraper
https://github.com/xtream1101/tf2maps-scraper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtream1101/tf2maps-scraper
- Owner: xtream1101
- Created: 2021-07-13T14:28:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T14:33:11.000Z (about 5 years ago)
- Last Synced: 2025-01-18T09:40:13.941Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```