Documentation Index
Fetch the complete documentation index at: https://mintlify.com/osctorand/lightshotscrape/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing Lightshot Scrape, ensure you have the following installed:Python 3.x
Download and install Python 3.x from python.org
Python CLI installation
The Python CLI is the core component and is required for both standalone use and the Windows GUI.Install dependencies
Install the required Python packages:
These packages provide:
requests- HTTP library for making web requestsbeautifulsoup4- HTML parsing and scrapingcloudscraper- Cloudflare bypass functionality
Windows GUI installation
The Windows GUI provides a desktop interface for the Python scraper. It requires the Python CLI to be installed first.Install .NET 8.0 SDK
Download and install the .NET 8.0 SDK for Windows
Complete Python CLI installation
Follow all steps in the Python CLI installation section above, ensuring you create a virtual environment at
.venv in the project rootDependency details
Python dependencies
The Python CLI requires the following packages:| Package | Purpose | Import in code |
|---|---|---|
| requests | HTTP requests | import requests |
| beautifulsoup4 | HTML parsing | from bs4 import BeautifulSoup |
| cloudscraper | Cloudflare bypass | import cloudscraper |
.NET dependencies
The Windows GUI uses:- .NET 8.0 Windows (
net8.0-windows) - Windows Forms - Built-in UI framework
- System.Diagnostics - For process management
Troubleshooting
Virtual environment not found
Virtual environment not found
The Windows GUI expects a virtual environment at
.venv in the project root. Ensure you create it there:Module not found errors
Module not found errors
Activate your virtual environment and reinstall dependencies:
GUI can't find Python script
GUI can't find Python script
The GUI uses relative paths from the project root. Ensure your directory structure is:
Next steps
Usage guide
Learn how to use the CLI and GUI to scrape images
Configuration
Configure save paths and scraping modes