Go to file
Kristofers Solo 611a70ad68 Minor release update
Added `pyproject.toml` file.
2023-09-09 23:37:16 +03:00
src/SScom Minor release update 2023-09-09 23:37:16 +03:00
.gitignore Minor release update 2023-09-09 23:37:16 +03:00
config.json Minor release update 2023-09-09 23:37:16 +03:00
LICENSE Update LICENSE 2023-02-22 22:24:57 +02:00
main.py Minor release update 2023-09-09 23:37:16 +03:00
pyproject.toml Minor release update 2023-09-09 23:37:16 +03:00
README.md Minor release update 2023-09-09 23:37:16 +03:00
requirements_dev.txt Minor release update 2023-09-09 23:37:16 +03:00
requirements.txt Minor release update 2023-09-09 23:37:16 +03:00

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