Python Nerdery: The Casual Bird Report
I have a HaikuBox listening to bird calls near my house. This morning's coffee tinker is collecting visit data from the API, passing it to Ollama with a custom prompt and outputting a casual PDF report I can read. import requests from datetime import date import json import re from…