SScom-scraper/readme.md
Kristofers Solo 58491923d0 Added readme
2022-09-11 19:42:19 +03:00

25 lines
480 B
Markdown

# Webscraper
Webscraper of SS marketplace for GPUs
## Installation
```sh
git clone https://github.com/kristoferssolo/SScom-scraper
cd SScom-scraper
```
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/)