https://github.com/robintw/sse_powercuts
https://github.com/robintw/sse_powercuts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robintw/sse_powercuts
- Owner: robintw
- Created: 2020-12-01T16:49:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T15:47:48.000Z (about 1 year ago)
- Last Synced: 2025-04-01T15:57:20.101Z (about 1 year ago)
- Homepage:
- Size: 94.1 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSE Powercuts Git Scraper
Scrapes the information on powercuts for the Scottish and Southern Energy supplier and stores it
in this Git repo, as JSON.
SSE displays data on their webpage at https://www.ssen.co.uk/Powertrack/, which comes from this
API: https://www.ssen.co.uk/Sse_Components/Views/Controls/FormControls/PowerTrackHandler.ashx.
Very much inspired by (and almost an exact copy of): https://simonwillison.net/2020/Oct/9/git-scraping/
by Robin Wilson