https://github.com/pablo/esicr
Extremely Simple Image Crawler
https://github.com/pablo/esicr
Last synced: over 1 year ago
JSON representation
Extremely Simple Image Crawler
- Host: GitHub
- URL: https://github.com/pablo/esicr
- Owner: pablo
- Created: 2013-01-28T14:52:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T16:15:21.000Z (over 13 years ago)
- Last Synced: 2025-01-30T00:29:34.182Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
##############
img_crawler.py
##############
Usage is pretty simple.
$ python img_crawler.py
It will read URLs from a file called "urls.txt" and process them. The images will be stored on the same folder the script resides, using proper subdirectories according to the domains used for the images.
img_crawler is an extremely simple image crawler using BeatifulSoup library.