Skip to content

Telegram bot to check the price change of amazon products

License

Notifications You must be signed in to change notification settings

Lulzx/AmazonPriceTracker

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%