This Python script helps you find free games on Steam and automatically adds them to your library. Follow the steps below to get started!
Make sure you have logged in to Firefox (or the browser of your choice) and login with your steam account. Also, make sure cookies and user data are saved in the browser.
-
Open your terminal and navigate to your project directory:
cd /path/to/your/project -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the required packages using pip:
pip install -r requirements.txt
- Run the script:
python scroller.py
The current script is currently designed to run based on firefox, but you can modify the code to use Chrome or any other browser as needed. You're all set!
🎉 Now you can run the script and enjoy your free games! 🕹️