Skip to content
/ pogocal Public

A python script that scrapes leekduck.com and uses google calendar's API to add events to my personal calendar

Notifications You must be signed in to change notification settings

bjtn1/pogocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Link to the calendar

Pogocal is a program written in python that scrapes the website https://leekduck.com/events/ using a plethora of APIs and adds Pokemon Go events to my Google calendar using the Google Calendar API

If you want to replicate this for your own time zone, or for your own calendar...

I did not make this pogram to distibute it -- I made it to share the google calendar.

However, if you wish to re-make this program so that events are added to YOUR personal calendar in YOUR timezone, you're gonna need a few things.

Requirements for replication...

  1. Python 3.11.4 or higher
  2. selenium WebDriver
  3. beautifulsoup4
  4. A Google account

Steps for replication...

  1. Clone the repo
  2. Change the MY_TIMEZONE to whatever your timezone is
  3. Change the POKEMON_CALENDAR_ID variable to whatever your google calendar ID is
  4. Read the Google Calendar API documentation
  5. ???
  6. PROFIT!!! :D

About

A python script that scrapes leekduck.com and uses google calendar's API to add events to my personal calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages