Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 719 Bytes

comicCal

Script that imports Image comicbook issue releases in Google Calendar

###Requirements

  • google-api-python-client
  • pyOpenSSL
  • pycrypto
  • BeautifulSoup4 4.4

###Setup

  1. Go to https://code.google.com/apis/console/
  2. Create a new project
  3. Enable access to the calendar api
  4. Create a "service account"
  5. Create credentials.json containing
  • "private_key", the service account private key
  • "client_email", the service account client email
  • "calendarId", the calendarId of the Google Calendar you want the issues recorded in
  1. Go to the "calendarId" calendar and share it with the "client_email"
  2. Set comics list in comicCal.py to desired Image comics