A collection of lightweight web tools designed to assist streamers and moderators with channel management. Currently featuring a Twitch User ID lookup utility, with additional moderation tools in development.
- Log in with Twitch (OAuth)
- Enter a Twitch username to retrieve the corresponding user ID
- Designed to be easily extended with additional moderation tools
-
Clone the repository:
git clone https://github.com/zephsinx/modtools.git cd modtools -
(Optional) Serve the app locally:
python serve.py
Then open
http://localhost:8000in your browser.
- Open the app in your browser.
- Log in with your Twitch account.
- Use the available moderation tools (e.g., enter a Twitch username and click "Get User ID" to retrieve the user ID).
- Update the
CLIENT_IDandREDIRECT_URIinconstants.jsif you use your own Twitch app credentials.