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.
- Make sure you have Python 3 installed.
- Clone repository
git clone https://github.com/beruz/rl_garage_autobumper
- Using a text editor go to
data(CHANGE THIS).json
and change the email and password with your own information. - Rename the file
data(CHANGE THIS).json
todata.json
- 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
- Run the file and your trades will be automatically bumped :)
The code can be used for personal usage and comments/feedbacks/improvements are welcome!