Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 423 Bytes

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