This is a Twitter bot that runs on the n8n platform. The bot reports speeding violations of vehicles in Wiesbaden, Germany. Reported speeds are based on the data requested from the HERE Traffic API.
Find more information (in German) in this blog post: "Ein Bot, der Raser in Wiesbaden twittert"
Basically, the bot consists of a three-step process:
- First, so-called
Traffic Flow data
for the area of Wiesbaden is requested from the HERE Traffic API. - Subsequently, the data is validated, filtered and mapped (road names, speed limits etc.) based on local conditions.
- Finally, any speeds exceeding the speed limit (plus a 10 % margin) are posted to Twitter.
tbd
- Original idea and alternative setup by @BerkshireCar (GitHub-Repository)