mirror of
https://github.com/kristoferssolo/SScom-scraper.git
synced 2025-10-21 19:50:33 +00:00
|
|
||
|---|---|---|
| src/SScom | ||
| .gitignore | ||
| config.json | ||
| LICENSE | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| requirements_dev.txt | ||
| requirements.txt | ||
Webscraper
Webscraper of SS marketplace for GPUs
Installation
git clone https://github.com/kristoferssolo/SScom-scraper
cd SScom-scraper
pip install .
Add Telegram bot API token to the config.json file.
{
"API_TOKEN": "<TOKEN_FROM_BOT_FATHER>"
}
Run the bot.
python main.py