Automatically enter races every 5 minutes. I made this because I was salty I couldn't get Top 10, might as well try to do something absurd.
- Install the packages with
pip install -r requirements.txt
. - Rename the
credentials.example.json
tocredentials.json
. - Enter your account credentials, model URL and leaderboard URL (multiple accounts is supported).
Note: You don't need to do Step 1 if you're using Docker.
- Run
main.py
with Python (3.11 was used in development).
python main.py
- Build the container with
docker build -t auto_racer .
- Run the container with
docker run -it -rm --name auto_racer_instance auto_racer
Note: If you changed the contents of
credentials.json
, you need to rebuild the Docker image.
- What is
HTTP Error 429
?
- Since the time between each evaluation is unknown, a good estimate is around 5 minutes. But even then, the evaluation might not be complete yet, and when it sends the request, this error pops up. You can just ignore it.
- Is this illegal
- Dunno, probably not