Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 577 Bytes

Comic-Downloader

The script downloads all oatmeal comics from theoatmeal.com and memes from 9gag.com
The script uses python modules : BeautifulSoup and urllib.
Downloads all the comics from theoatmeal.com/comics

Steps to run:

  1. python -m pip install bs4 urllib
  2. cd src
  3. python downloader.py // (oatmeal.py or 9gag.py)

Update : Added 9gag downloader for hot and trending page.
Downloads images and gifs from 9gag's trending and hot page.
To stop downloading, use keyboard interrupt (Ctrl+C or Ctrl+Z).