A Python script that utilizes Selenium and BeautifulSoup to search for and retrieve download links for games from the FitGirl Repacks website.
- Headless Chrome browsing for stealth operation
- Search for games by name
- Display the top 5 search results
- Select a result and navigate to the download page
- Extract and print download links with specific keywords
- Install the required dependencies (Selenium, BeautifulSoup, and ChromeDriver).
- Run the script.
- Enter the game name when prompted.
- Select the desired result from the top 5 search results.
- The script will navigate to the selected game's page and print the download links.
- Python 3.x
- Selenium (pip install selenium)
- BeautifulSoup4 (pip install bs4)
- ChromeDriver (https://developer.chrome.com/docs/chromedriver/downloads)
- Colorama (pip install colorama)
This script is for educational purposes only. Please respect the terms of service and copyright laws when downloading games or other content.