Skip to content

MartinMacek/bimmer-scraper-bot

Repository files navigation

BimmerBot

This bot periodicaly web scrapes car listings under specified query and sends telegram message with new listing link

Features

  • Web scrape sauto.cz website
  • Update search query params (manufacturer, model, year, price, specs...)
  • Send message to specific chat ID
  • Change query period

Run

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

Compile

You can also compile binary with following commands

Executable

dart compile exe bin/bimmer_scraper_bot.dart 

AOT

dart compile aot-snapshot bin/bimmer_scraper_bot.dart 

then run

dartaotruntime bin/bimmer_scraper_bot.aot 

More

for more compile options check https://dart.dev/tools/dart-compile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published