Skip to content

Instantly share code, notes, and snippets.

View sebastianherman's full-sized avatar

Sebastian Herman sebastianherman

View GitHub Profile
@jossef
jossef / sample_waze_police_coordinates.py
Last active January 5, 2024 12:07
python script that samples Waze's reported police coordinates and log them with a timestamp
#!/usr/bin/env python3
import json
import datetime
import requests
def get_police_coordinates_from_waze():
headers = {
"referer": "https://www.waze.com/livemap",