VPanjeta / Comic-Downloader

The script downloads all oatmeal comics from thoatmeal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

The script downloads all oatmeal comics from thoatmeal.com


Languages

Language:Python 100.0%