A simple script that makes use of Twitch public API to find users.
You would need Python3 or later.
pip install [Library]
Replace "Library" above with the one you are installing
- Go to Twitch Dev Website
- Name your application!
- Set OAuth Redirect URL to
http://localhost
- Set Category to Analytics Tool
- Now in the Developer Applications page, click Manage on the application you now made.
- Now copy the Client ID
- Replace the client_id on Line 19 with the new one
Now run the line python finduser.py username
Replace "username" above with the user you're looking for
This project is licensed under GNU General Public License