Lulzx / AmazonPriceTracker

Telegram bot to check the price change of amazon products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Gate Status Bugs Code Smells Security Rating Vulnerabilities

AmazonPriceTracker

Telegram bot to check the price change of products on Amazon and CamelCamelCamel

Setup

In the credential.json replace "YOUR_BOT_TOKEN" with the token of your Telegram bot.

{
  "TOKEN": "YOUR_BOT_TOKEN"
}

Usage

The bot can be launched via Python command or via Docker

Command Line

Into src/services/crawler_thread.py decomment service_name for Command Line

Go into main folder and run the following commands:

python3 -m pip install -r requirements.txt
python3 main.py

Docker

Automated

For Linux users (with bash), to automate the steps, you can use the script build_and_run.sh.

Manual

Go into main folder and run the following commands

docker build -t amazon_price_tracker .
docker run -d --name=amazon_price_tracker -it amazon_price_tracker

Link

Telegram Bot: AmazonPriceTracker

Support

About

Telegram bot to check the price change of amazon products

License:GNU General Public License v3.0


Languages

Language:Python 99.3%Language:Dockerfile 0.5%Language:Shell 0.1%