Skip to content

crrdvd/amazon-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazon-bot

A simple Amazon price tracking bot written in Python.

Brief description of the code

This Telegram bot checks if the price of a given Amazon item is below a given threshold value, both the url and the limit value are provided by a csv file.

The modules you have to import are:

Scheduling of the searching jobs are managed by Telegram.ext.JobQueue class, in this way you can avoid a 'while True' loop that will prevent to send new commands to the Bot.

Links that I found useful

About

A simple Amazon price tracking bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages