Skip to content

RingoMar/find-twitch-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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