Skip to content

simple python script to notify people in discord that you're streaming on kick.com

License

Notifications You must be signed in to change notification settings

RilexBTW/KickDiscordRichPresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kick Livestream Discord Rich Presence

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 :)

How to create your discord app

Discord Developer Portal

  1. Go to the Discord Dev Portal and create a new application.
  2. 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")
  3. 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.
  4. Copy the application ID that you are given on your applications homepage and paste that in the client_id section of the python script.
  5. You can now run the script manually whenever you go live.

About

simple python script to notify people in discord that you're streaming on kick.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published