/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.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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

  1. Download the necessary files above.
  2. Using a Python text editor, insert the following changes to the code with your own information:
  3. Update the Twitch client_ID and client_Secret (You must have a Twitch Developer account).
  4. Replace twitch_username with your Twitch username.
  5. Update the Twitter consumer_key, consumer_secret, access_token and access_secret_token (You must have a Twitter Developer account).
  6. Compile and build to run.