Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.78 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.78 KB

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>