Skip to content

Rocket League Garage trade bumper using Python and Selenium

License

Notifications You must be signed in to change notification settings

beruz/rl_garage_autobumper

Repository files navigation

Rocket League Garage Trade Bumper

Rocket League Garage trade bumper using Python and Selenium
I had a lot of trade posts on RL Garage so I wanted to bump my trades automatically instead of clicking bump in each post. This is the first time I am using Selenium. After running the program, you can decide on the bump frequency of your trades by entering a desired time that is 16 minutes or greater since RL Garage allows users to bump trades every 15 minutes.

Usage

  1. Make sure you have Python 3 installed.
  2. Clone repository git clone https://github.com/beruz/rl_garage_autobumper
  3. Using a text editor go to data(CHANGE THIS).json and change the email and password with your own information.
  4. Rename the file data(CHANGE THIS).json to data.json
  5. Install dependencies
cd to_repository_location
pip install -r requirements.txt

or if you are using Anaconda Navigator then from Anaconda Prompt

cd to_repository_location
conda install --file requirements.txt 
  1. Run the file and your trades will be automatically bumped :)

Contribution

The code can be used for personal usage and comments/feedbacks/improvements are welcome!

About

Rocket League Garage trade bumper using Python and Selenium

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages