Make sure you have Python installed: https://www.python.org/downloads/
Install pypresence dependency:
pip install pypresence
run the script:
python kickrichpresence.py or double click run.bat
Stop the script by closing the terminal window, or CTRL + C :)
- Go to the Discord Dev Portal and create a new application.
- Whatever you name it will be what people see on the side bar (So if you name it Kick.com/URL, it will say "Playing Kick.com/URL")
- Click on Rich Presence and supply the image. If you would like to use the logo I used, you can download it here. Do not rename the image, unless you change what it is named in the code aswell.
- Copy the application ID that you are given on your applications homepage and paste that in the client_id section of the python script.
- You can now run the script manually whenever you go live.