https://github.com/cdown/imurl
Downloads the images from imgur albums.
https://github.com/cdown/imurl
Last synced: about 1 month ago
JSON representation
Downloads the images from imgur albums.
- Host: GitHub
- URL: https://github.com/cdown/imurl
- Owner: cdown
- License: isc
- Created: 2012-09-02T22:05:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T02:53:31.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T07:30:56.376Z (3 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
imurl is a tool to download all of the images in an [imgur][] album into the
current directory.```
$ ls
$ imurl http://imgur.com/a/Rbab9
$ ls -1
0-sqyIOdW.jpg
1-mszJPA4.jpg
2-KKMieoH.jpg
3-1Lf7PFN.jpg
4-5f4BTkl.jpg
5-oiqRUVm.jpg
```[imgur]: https://imgur.com
## Installing dependencies
$ pip install -r requirements.txt
[pip]: https://pypi.python.org/pypi/pip
## Testing
[![Build status][travis-image]][travis-builds]
$ pip install -r tests/requirements.txt
$ nosetests[travis-builds]: https://travis-ci.org/cdown/imurl
[travis-image]: https://travis-ci.org/cdown/imurl.png?branch=master## License
imurl is [ISC licensed][isc]. See the LICENSE file for full details.
[isc]: http://en.wikipedia.org/wiki/ISC_license