Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.37 KB

WiesbadenRaserBot

A tachometer with the coat of arms of Wiesbaden in it

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"

How it works

Basically, the bot consists of a three-step process:

  1. First, so-called Traffic Flow data for the area of Wiesbaden is requested from the HERE Traffic API.
  2. Subsequently, the data is validated, filtered and mapped (road names, speed limits etc.) based on local conditions.
  3. Finally, any speeds exceeding the speed limit (plus a 10 % margin) are posted to Twitter.

n8n Workflow Screenshot

Set up your own bot

tbd

Links and acknowledgements