Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

dj-d/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

NOTICE

I am working on a new version that includes better structuring of resources and improved scalability. Unfortunately, my time for development is short so let's "give it time"

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