Telegram bot that sends new offers under certain filters from otomoto.pl
How to use this bot?
- Install requirements with
pip install -r requirements.txt - Set up bot in telegram and create
tg_token.txtfile with the bot token. - In
scrap.pyreplaceSEARCH_LINKvalue with the search URL you want to scrap. - Run
python tg_bot.py.