Polovni Auto Alert is a Telegram bot specifically designed to help users stay updated with the latest car listings from Polovni Automobili. The bot allows users to subscribe to alerts for specific car brands, models, and other criteria available on the website.
- Subscribe to car listings alerts
- Unsubscribe from alerts
- List current subscriptions
- Set filters for brand, model, chassis, region, price, and year
- Receive notifications for new listings in Telegram
To configure the environment variables for the project, create a .env
file in the root directory of the project. You can use the provided .env.example
file as a template.
Use the provided Makefile to fetch the data from Polovni Automobili before running the project:
# Fetch the data from Polovni Automobili
make docker-compose-up-fetcher
Use the provided Makefile to build and run the project:
# Build the binaries
make all
# Build Docker images and run containers
make docker-compose-up
To stop and remove the running containers, use:
make docker-compose-down
This project is licensed under the MIT License. See the LICENSE file for details.