Skip to content

GSP v1.0.2

Compare
Choose a tag to compare
@CallahanVentures CallahanVentures released this 02 Jul 22:27
· 10 commits to main since this release

Changelog

  • Added comments to generated config in utilities.config.write_default_config()
  • Added timeout for searches to prevent hanging in utilities.browser.get_search_response()

Feature List

  • Automatic Data Backups
  • Memory Load Monitor
  • Multithreaded Parsing
  • Proxy Rotation
  • Proxy Support (HTTP/HTTPS/SOCKS4/SOCKS5)
  • Proxy Verification
  • RECAPTCHAV2 Solver
  • Vulnerability Scanner

Installation

  1. Clone the repository to your local machine.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Place your queries in queries.txt.
  4. Place your proxies in proxies.txt.
  5. To run the application, open Command Prompt and navigate to the directory containing main.py, then execute the following command:

Examples:

  • python main.py
  • python3 main.py

For more detailed instructions, please refer to the README file.