summaryrefslogtreecommitdiffstats
path: root/hyprsunset_qt/sun.py
AgeCommit message (Collapse)AuthorFilesLines
30 hoursfix: send User-Agent to avoid Cloudflare 403 on sun APIDanilo M.1-1/+6
sunrise-sunset.org sits behind Cloudflare, which rejects the default Python-urllib User-Agent with 403 (error 1010). Send a normal UA in _http_get so fetch_sun and geolocate get through. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 hoursdocs: GPLv2 license, README, attributionDanilo M.1-0/+4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 hoursfeat: geolocate and sunrise-sunset fetchDanilo M.1-0/+22
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 hoursfeat: sun UTC-to-local conversion and cacheDanilo M.1-0/+31
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>