Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Image-template scraper

  • This script is used to obtain the URL's of all the meme templates available.
  • The URL used is 'https://api.imgflip.com/get_memes'.
  • A list of all the give urls are present in urls.txt
  • The reqests module is used to make a request and get the required the content given a url
  • The shutil module is used to download the image and make a local copy of it.
  • The name of the template and URL to the template is downloaded in the users local machine.