If you would like to add to the tool box, just send a pull request with your new tool and ill review it. If you would like to message me with a question, you can contact me via The RecNet Api discord server at discord.io/recnetapi. Thank you!
Many tools require Jegarde's recnet-login python library, this can be installed by using the following command
python -m pip install git+https://github.com/Jegarde/RecNet-Login.git#egg=recnetlogin
-
Auto Auth - Zigzatuzoo (Edited by Jegarde) | Allows for Bearer Auth tokens to be grabbed automaticly using cookies.
-
Get Room Stats - Zigzatuzoo | Allows users to get room stats from room name.
-
Get Relationships - Zigzatuzoo | Allows users to get all relationships related to the account. (uses auto auth for login)
-
Get Relationships RecNet-Login - Zigzatuzoo | Allows users to get all relationships related to the account. (uses RecNetLogin)
-
Unfavorite All - Zigzatuzoo | Unfavorites all favorited players.
-
Animated Bio - Zigzatuzoo | Cycles through 3 different text items although completely useless because of how RR handles bio caching
-
Image Grab N Display Tool - Pythonmatics (On discord) | The Github Description "This is a example I made where I use the Clubs and Accounts APIs to get Top Creators' Profile pictures, and display it on a Flask web server." Can be found at
https://github.com/DavismaticsDev/Rec-Net-Image-Grab-N-Display-Tool