https://github.com/cbebe/bebe-sched
Bebe Schedule
https://github.com/cbebe/bebe-sched
Last synced: 9 months ago
JSON representation
Bebe Schedule
- Host: GitHub
- URL: https://github.com/cbebe/bebe-sched
- Owner: cbebe
- Created: 2024-06-13T05:20:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T08:11:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T10:08:17.875Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bebe Schedule
- Scrape schedule as JSON (deep inside several layers of `iframe`s and `frame`s)
- Convert JSON shifts to iCal events
- Import iCal file to Google Drive
## Requirements
- File `ratings.csv` - include rating for each unit (keeping mine a secret hehe)
- Environment variable `SCHEDULE_URL` - URL to online schedule
## Building
```bash
# or run `make`
go build -ldflags="-X 'main.scheduleURL=$SCHEDULE_URL'"
```