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.
Use the package manager pip to install requests and beautifulsoup4
pip install requests
pip install bs4
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
If you need any assistance, please contact me via Discord. Vader#8716