Skip to content

Simple bot that sending notification email with price and link to offer that could be interesting for you.

Notifications You must be signed in to change notification settings

PrzemekMusial/OLX_best_offer_bot_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

OLX_best_offer_bot in Python

Simple bot that sending notification email with price and link to offer from local market that could be interesting for you.

  1. Setup BOT_EMAIL:

SMTP_SERRVER = smtp for BOT_EMAIL

BOT_EMAIL = bot adress which is sending email

PWD = password to BOT_EMAIL

NOTIFICATION_ADRESS = Your eamil adrees where you receive notification

  1. Setup product:

All string parameters should be written without polish letters and between ""

PRODUCT = name of product that you want to search for

TARGET_PRICE = below this value notification will be send for lowest product price

CITY = city name

  1. After setup you can put this bot in to the server and it will send you email notifications for local product offer for the lower price than TARGET_PRICE

About

Simple bot that sending notification email with price and link to offer that could be interesting for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages