Skip to content

A simple image scraper that can download every image or write the download link to a .txt file from https://imgur.com/

Notifications You must be signed in to change notification settings

Vaderrr/imgur-image-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Imgur Image Scraper (Python)

A simple image scraper that can download and/or write the download link to a .txt file. Based on the user's search all images are scraped from https://imgur.com/. The images scraped are perfect for a discord profile picture or they can be utlised within other projects.

Project Setup

Use the package manager pip to install requests and beautifulsoup4

pip install requests
pip install bs4

Usage

To download the images simply run the download.py file.

python download.py

To write each image link simply run the write.py file.

python write.py

Support

If you need any assistance, please contact me via Discord. Vader#8716

About

A simple image scraper that can download every image or write the download link to a .txt file from https://imgur.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages