SScom-scraper/readme.md
Kristofers Solo 1320f38809 Update readme
2022-09-12 14:03:53 +03:00

26 lines
580 B
Markdown

# Webscraper
Webscraper of SS marketplace for GPUs
## Installation
```sh
git clone https://github.com/kristoferssolo/SScom-scraper
cd SScom-scraper
```
Or download [zip](https://github.com/kristoferssolo/SScom-scraper/archive/refs/heads/master.zip).
Create `config.json` file with following content:
```json
{
"API_TOKEN": "<TOKEN_FROM_BOT_FATHER>"
}
```
Install required libraries:
```sh
pip install -r requirements.txt
python main.py
```
## Libraries used
- [Aiogram](https://github.com/aiogram/aiogram)
- [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/)