SETTING UP THE PROJECT:
https://www.python.org/downloads/release/python-392/ Download the "Windows installer (64-bit)" version When you run the installer, be sure to check "Add to Path" button
Download: https://code.visualstudio.com/ Hit next Browse for extensions Download the Python extension
Go to https://twitchtokengenerator.com/ Click Custom Scope Token Enable the following: channel:moderate channel:read:subscriptions moderation:read moderator:manage:banned_users Then hit Generate Token! at the bottom Save the Access Key
Create an OpenAI Account Go to Billing section, add $5 to balance Set up API key
Hit windows key, look for "Edit the system environment variables" Press Environment Variables In "User Variables..." window, hit new: Name: TWITCH_MOD_ACCESS_TOKEN Value: (copied key) Name: OPENAI_API_KEY Value: (copied key)
In OBS, click Tools -> WebSocket Server Settings Make sure “Enable WebSocket server” is checked Set Server Port as 4455 Set Server Password as TwitchChat9
Create a new Text GDI(+) source Name it "BANNED USER"
Dropbox link
Open the window with the project files above Click in the folder address bar, type cmd, hit enter In the terminal, run "pip install -r requirements.txt"
Make sure that they can run level_0_code in their VSCode