My very first crawler using python.
- Python 3.5+
- BeautifulSoup 4
- Pillow
- requests
Create a folder named 'download'
python yande.py
Type your URL form yande.re
The image will be downloaded to folder 'download' and sorted by tags
-
Craw in multi-pages
-
Auto sorting by tagsDone~ -
Multi-thread crawling (Maybe)