Warning
THIS IS NOW A PUBLIC ARCHIVE, BECAUSE GAMES DONE QUICK UPDATED THEIR SCHEDULE PAGE LAYOUT, SO THIS IS DEFUNCT!!!
Webscrapper for the GamesDoneQuick Schedule that is then turned into a google calendar
You can just add the calendar to your own calendar here.
If you want to use it for yourself you need to make a config.json
file and also add a credentials.json
file into the root directory. The credentials.json
file can be downloaded from the site where you make a google application (mainly for google calendar).
This the config.json example that is needed!
{
"calendar_id": "GOOGLE_CALENDAR_ID",
"schedule_url": "https://gamesdonequick.com/schedule"
}