Skip to content

Files

Latest commit

8525c0d · Jul 31, 2019

History

History
29 lines (26 loc) · 982 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 982 Bytes

Twitch User Finder

A simple script that makes use of Twitch public API to find users.

How to get started

You would need Python3 or later.

External Libraries


pip install [Library]


Replace "Library" above with the one you are installing

Client Id:

  • 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

How to Run


Now run the line python finduser.py username


Replace "username" above with the user you're looking for

License

This project is licensed under GNU General Public License