Skip to content

wotanut/bloxpresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


bloxpresence is a roblox-discord rich presence written in python that can show what roblox game you are playing, or editing in studio. It requires no setup for game developers and minimal setup for users, it is compatible with macOS, windows and Linux.



Requirements

Please ensure you have the following installed:

  • Python 3
  • Discord

  • Instructions to run

    Windows

  • 1. Double click the pip.bat file
  • 2. Command Prompt should now open and install/download the needed dependencies/packages
  • 3. When it's finished, a text of Press any key to continue . . . should be displayed on screen
  • 4. Press any key while in the windows & it should close
  • 5. Run python setup.py
  • 6. Follow the instructions in the terminal
  • 7. After this is done please run python main.py
  • 8. For further reading please read how to run a windows file on startup (please note the config.json file must be in the same directory as the main.py and setup.py file
  • 9. Congrats, you have finished, you may close the terminal and play any game :D

    Linux & MacOS

  • 1. Open the terminal and go to your directory where you saved bloxpresence using the cd command
  • 2. After that, use bash pip.sh to start the file
  • 3. You might need to update pip, so use sudo apt install python3-pip
  • 4. Run python3 setup.py
  • 5. Follow the instructions in the terminal
  • 6. After this is done please run nohup python3 main.py & tbc
  • 7. Congrats, you have finished, you may close the terminal and play any game :D

    For any questions or support, join our Discord Server down below

  • Changing Accounts / getting your roblox ID

    To get your roblox ID please read this article

    To change an account, please delete the file marked config.json and rerun the setup procedure.

    Stop running

  • 1. do ps aux, this will show you a list of all running background proccess
  • 2. look through all these process for one that says something similar to python3 main.py (or python main.py depending on your OS)
  • 3. copy the PID associated with it, it'll be a 4 digit number
  • 4. type kill and then that unique 4 digit number
  • 5. bloxpresence will stop running immediatly