🔍 Fetch Finnish vehicle data by license plate, fast and easy.
Caches lookups locally for performance.
RekkariBotti is a simple bot designed to fetch Finnish vehicle information by license plate using an Biltema's API. Useful for quick lookups, integrations, or just for fun.
- 🔍 Lookup vehicle data by Finnish license plate
- 📦 Lightweight and easy to run
- 🧠 Parses and formats vehicle info into human-readable output
- 🗂️ Caches previously checked license plates locally for faster future access
-
Clone the repository:
git clone https://github.com/NotUnderi/rekkaribotti.git cd rekkaribotti -
Install required dependencies:
pip install -r requirements.txt
-
Create .env file in the same directory and add your Discord bot token.
echo "DISCORD_TOKEN=yourtokenhere" > .env
python3 rekkaribotti.pyThe bot should now be running on your server ready to read license plates!
- Docker container for easy deployment
- Integrate Traficom Open Data to find/predict car location, weight etc. and get power/weight for comparing cars
- Full rewrite to standardize variable and other names from Finnish to English and make the bot and fetching/caching script seperate
MIT License. See LICENSE for details.
Made with ❤️ in Finland by NotUnderi