A Ruby script that scrapes the upcoming-releases wiki and adds the entries to Google Calendar.
-
Ruby 2.5+
-
RubyGems
-
Bundler
-
Git pull
-
bundler install --path vendor/bundle
Copy config.sample.toml
as config.toml
, and fill out with the keys required by Google Calendar API.
Refresh token should be generated by bundle exec ruby obtain_refresh_token.rb
before running the script.
The script is unable to make a change on any entry's title.
-
Upcoming-releases wiki scraping and input formatting
-
Google Calendar automatic addition
-
Database of added entries' ID for updating purposes