This bot periodicaly web scrapes car listings under specified query and sends telegram message with new listing link
- Web scrape sauto.cz website
- Update search query params (manufacturer, model, year, price, specs...)
- Send message to specific chat ID
- Change query period
Create .env file in root directory and add your bot token and caht ID. You can check .env.example in root.
You can run this project in terminal by running:
cd bimmer-scraper-bot
dart run
You can also compile binary with following commands
dart compile exe bin/bimmer_scraper_bot.dart
dart compile aot-snapshot bin/bimmer_scraper_bot.dart
then run
dartaotruntime bin/bimmer_scraper_bot.aot
for more compile options check https://dart.dev/tools/dart-compile