Skip to content

zephster/comiCal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

comiCal

comic release dates right in your google calendar! by brandon sachs

required modules

these are available using pip

  • requests
  • beautifulsoup4
  • google-api-python-client

how do i use this?

comical.py --add -p publisher -t title -u uri
  • uri?
comical.py --info
  • remove a comic
comical.py --remove -p publisher -t title
  • view your comics
comical.py --list
  • scan and import all comics
comical.py --scan
  • scan and import a single comic
comical.py --scan -p publisher -t title

notes

  • after gathering release info, comiCal will launch a browser window prompting you to log in, and to allow calendar access.
  • comiCal creates a new calendar called "comiCal" to prevent cluttering your main calendar.
  • if you need to update a uri, you don't have to remove then re-add the comic; just re-add it, and it will overwrite the old value.
  • argument values are case-sensitive; superman is not Superman

About

put release dates in your google calendar, easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages