Instinctlol / automatic-twitch-recorder

Checks if a user on twitch is currently streaming and then records the stream via streamlink
187 stars 40 forks source link

Added better client id handling. #7

Closed maxb2 closed 6 years ago

maxb2 commented 6 years ago

Added some functions to aid the user in finding and setting the Twitch client id. If no client id is provided, the script will prompt the user with instructions to get one, then input it and save it to a file. Most importantly, added a text file that the script will check at runtime for the client id. It is still possible to edit the script to have your client id like before. You can also override the client id by providing it on the command line with the -c,--client-id=ID flags.