Skip to content
forked from Ropes/MemeGrab

This python script will download the raw images from quickmeme.com. Bypassing the transparent block which makes righ-clicking 'save as' not functional by downloading the raw image by parsing out the html.

Notifications You must be signed in to change notification settings

earthmeLon/MemeGrab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MemeGrab

Coded by Josh Roppo
https://github.com/Ropes
[email protected]

The site QuickMeme uses an annoying transparency block to make it difficult to download the raw image.  This python script will take the link to a quickmeme image page and download the raw image to the specified directory.  If no directory has been specified they will download to the current folder.

Usage via command line--
Run using Python 2.7.2, is not compatible with Python3 due to library changes.
Simply download image(For now):
./memegrab.py <url to image page, tiny links work as well!>

Set download directory(Creates setup.txt to store directory info for later use):
./memegrab.py -todir <Full directory path, recommend use 'pwd'>

Download a quickmeme image(Simple setup for inclusion of other sites):
./memegrab.py -qm <image page url>

About

This python script will download the raw images from quickmeme.com. Bypassing the transparent block which makes righ-clicking 'save as' not functional by downloading the raw image by parsing out the html.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%