Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashmehrotra/commit-strip-dl

:book: Download all your commit strip comics
https://github.com/yashmehrotra/commit-strip-dl

Last synced: 24 days ago
JSON representation

:book: Download all your commit strip comics

Awesome Lists containing this project

README

        

commit-strip-dl
===============

## Looking for maintainers (Currently not working)

Download all your commit strip comics

How to use -

## Install Dependencies
1.`sudo apt-get install libxml2-dev libxslt-dev python-dev`

2.`pip install lxml`

3.`pip install requests`
# Run
`python commit.py [year] [month]`

Example, for downloading all comics of May,2014

`python commit.py 2014 5`

## TODO
1. Shift to BeautifulSoup4