Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashmehrotra/commit-strip-dl
- Owner: yashmehrotra
- Created: 2014-12-12T18:42:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T12:43:19.000Z (about 9 years ago)
- Last Synced: 2023-10-20T23:55:10.214Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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