Update Script authored by imcb's avatar imcb
# script
The script is based off of dougdougw's script which is based off of many other scripts, its just a big fucking mess honestly.
The script is based off of dougdougw's script which is based off [this tutorial for creating a Twitch Plays stream](http://www.wituz.com/make-your-own-twitch-plays-stream.html), it's just a big fucking mess honestly.
It's written in Python and mainly edited by max, if you want to add somthing, you should probably ask him,
I'll probably add more documentation here later, but its pretty simple, theres a seperate readme in that repo for more information.
[repo here](https://gitlab.com/controlmypc/Twitch-Plays-Control-My-PC)
......@@ -19,3 +19,18 @@ You will mainly only need to install:
- requests - api and discord webhook
- pynput - misc computer control
****When running the script, you may need to start it as a admin.****
# commands
Commands can be separated into categories:
- Commands that use PyAutoGUI
- Commands that use pynput
- Commands that take arguments e.g. the 'type' command or the 'arrow left for' command
- Commands that viewers can run
- Commands that are exclusive to certain users
- Commands that only devs can run
- Commands that only mods can run
- Commands that are exclusive to one certain user
- Commands that only controlmypc can run
- Commands that only cmpcscript can run
\ No newline at end of file