Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msobin/wbtrack
Telegram Bot to track product prices at wildberries online store
https://github.com/msobin/wbtrack
Last synced: 6 days ago
JSON representation
Telegram Bot to track product prices at wildberries online store
- Host: GitHub
- URL: https://github.com/msobin/wbtrack
- Owner: msobin
- Created: 2020-01-22T18:03:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T08:50:28.000Z (over 4 years ago)
- Last Synced: 2024-04-16T09:22:11.556Z (7 months ago)
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### WBTrack
## Description
Telegram Bot to track product prices at wildberries online store## Requirements
* [docker](https://www.docker.com/)
* [docker-compose](https://docs.docker.com/compose/install/)## Installation
* clone the project
* register a new bot by following [instructions](https://tlgrm.ru/docs/bots#kak-sozdat-bota)
* rename the files: .env_example to .env, docker-compose.example.yml to docker-compose.yml
* write the token of the registered bot in the .env file (parameter: BOT_TOKEN).
* assemble the container by command `docker-compose build && docker-compose run app python init_db.py && docker-compose run app python wbscrapy/proxies.py `## Usage
* run the container with the command `docker-compose up -d`