Skip to content

Scrape Cinemateket for movies and create events in Google calendar

License

Notifications You must be signed in to change notification settings

llcoolkm/cine2cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cine2cal

Scrape Cinemateket web site for movies and create events in Google calendar.

Everything is written in Python 3 by David Hendén ([email protected]).

Files

  • cine2cal.py - Main script
  • cinemateket.py - Module for handling Cinematekets web site
  • dcal.py - Module for handling Google Calendar
  • testcal.py - Script to extract calendar events

You also need a google API key file: client_secret.json

Modules

You need to install some modules:

Windows

pip install --upgrade pip pip install --upgrade google-api-python-client requests bs4 lxml httplib2 oauth2client apiclient py-dateutil

Debian & Ubuntu

apt install python3-googleapi python3-oauth2client python3-bs4 python3-lxml python3-requests python3-oauth2client python3-httplib2 python3-dateutil

CentOS 6

yum -y install python34 python34-devel python34-setuptools cd /usr/lib/python3.4/site-packages/ python3 easy_install.py pip pip3 install --upgrade pip pip3 install --upgrade google-api-python-client requests bs4 lxml httplib2 oauth2client apiclient py-dateutil

Google API key

More information here: https://developers.google.com/gmail/api/quickstart/python

About

Scrape Cinemateket for movies and create events in Google calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages