mirror of
https://github.com/kristoferssolo/SScom-scraper.git
synced 2025-10-21 19:50:33 +00:00
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| scraper.py | ||
Webscraper
Webscraper of SS marketplace for GPUs
Installation
git clone https://github.com/kristoferssolo/SScom-scraper
cd SScom-scraper
Or download zip.
Create config.json file with following content:
{
"API_TOKEN": "<TOKEN_FROM_BOT_FATHER>"
}
Install required libraries:
pip install -r requirements.txt
python main.py