/AmazonPriceTracker

Telegram bot to check the price change of amazon products

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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