TwitchKIT
TwitchKIT copied to clipboard
Not working.
trafficstars
root@tools:~# python TwitchKIT.py File "TwitchKIT.py", line 132 for x in range(1,looping) ^ SyntaxError: invalid syntax
@0xc01 use python 2 if using 3 or python 3 if using 2 that usually due to wrong version
just add ":" for x in range(1,looping):