PythonGoLiveBot
This application updates the user's Twitter name, bio and profile picture when they are live on Twitch. It also resets them when they are offline.
How To Use
- Download the necessary files above.
- Using a Python text editor, insert the following changes to the code with your own information:
- Update the Twitch client_ID and client_Secret (You must have a Twitch Developer account).
- Replace twitch_username with your Twitch username.
- Update the Twitter consumer_key, consumer_secret, access_token and access_secret_token (You must have a Twitter Developer account).
- Compile and build to run.