Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.12 KB

File metadata and controls

25 lines (15 loc) · 1.12 KB

whoislive

No need to visit your Twitch following page anymore. Useful for streamlink users.

Demo

Installation

No installation. Just download and run whoislive.py with Python 3.

Optional Shortcut

I recommend setting up an alias in your shell, so you can just type wil anywhere to run it. In my .zshrc I have this line: alias wil='python3 ~/whoislive.py'

Troubleshooting

I'm using Windows, and after I double click the script and paste the token the window just closes?

  • Because I finish executing my window gets closed. You should instead open a Command Prompt and run the script from there.

I want to switch Twitch account?

  • Delete the saved token (currently it's saved to your home directory and it's called .whoislive2-token, just delete that file), then run me again.

I am not authenticated.

  • First try deleting the saved token (see above) and try to re-authorize.
  • If that still doesn't work Twitch likely changed their API again and I haven't noticed and updated the script for it. Please let me know if so.