MrMysterius / GDQ-Schedule-Bot

Webscrapper for the GamesDoneQuick Schedule that is then turned into a google calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

THIS IS NOW A PUBLIC ARCHIVE, BECAUSE GAMES DONE QUICK UPDATED THEIR SCHEDULE PAGE LAYOUT, SO THIS IS DEFUNCT!!!

GDQ-Schedule-Bot

CodeFactor

Webscrapper for the GamesDoneQuick Schedule that is then turned into a google calendar

Just adding the Calendar

Import

You can just add the calendar to your own calendar here.

For own use

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).

Config Example

This the config.json example that is needed!

{
    "calendar_id": "GOOGLE_CALENDAR_ID",
    "schedule_url": "https://gamesdonequick.com/schedule"
}

Iframe Preview (Only on Pages)

<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%236b8eff&ctz=Europe%2FBerlin&src=b3U3NTAyczJmOXRtbXFxdjRucDhoOXNuMDhAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%233F51B5&title&showNav=1&mode=AGENDA&hl=en&showCalendars=0&showTabs=1&showPrint=0&showDate=0" style="border:solid 1px #777" width="400" height="600" frameborder="0" scrolling="no"></iframe>

About

Webscrapper for the GamesDoneQuick Schedule that is then turned into a google calendar

License:ISC License


Languages

Language:JavaScript 100.0%