Skip to content

TrevorMay/ImageDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrntSc Image Scraper

This Python script utilizes BeautifulSoup to scrape and download images from the prnt.sc website, a widely used screen capture tool that allows users to share their screenshots online easily.

Disclaimer

This project is intended for educational purposes only. Before using this script, ensure you have permission to scrape the website and download its content. Respect the terms of service of prnt.sc and use this tool responsibly. The creators of this project are not responsible for any misuse of the tool or any legal issues that arise from its use.

Requirements

Python 3.x Requests BeautifulSoup4

Installation

First, ensure that you have Python installed on your system. Then, install the necessary Python packages by running:

pip install requests beautifulsoup4

Usage

To use the scraper, simply run the scraper.py script with Python:

python scraper.py

By default, the script will start downloading images from a random selection of prnt.sc URLs and save them to a folder named downloaded_images in the same directory as the script. You can modify the location of the saved images.

Configuration

The main parameters you can configure in the script include:

Download Path: Set the path where the images will be saved. Make sure to edit these parameters within the scraper.py file to suit your needs.

Contribution

Contributions to this project are welcome. Please fork the repository, make your changes, and submit a pull request. If you find any issues or have suggestions, please open an issue in the GitHub repository.

License

None

About

This is a small script to scrape images off of prnt.sc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages