Skip to content

jyo64/steam_free_games_clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Python Script to Find Free Games on Steam and Add Them to Your Library 🚀

This Python script helps you find free games on Steam and automatically adds them to your library. Follow the steps below to get started!

Initial Steps

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.

Steps to Initialize a Python Virtual Environment 🐍

  1. Open your terminal and navigate to your project directory:

    cd /path/to/your/project
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate

Steps to Install Requirements 📦

  1. Install the required packages using pip:
    pip install -r requirements.txt

Run the code

  1. Run the script:
    python scroller.py

⚠️ Make Sure to set your correct profile and right path for firefox in the script.⚠️

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! 🕹️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages