initial commit
This commit is contained in:
parent
90c1214e15
commit
08c108db83
10 changed files with 437 additions and 153 deletions
10
.env.sample
Normal file
10
.env.sample
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#twitch config
|
||||
CLIENT-ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # If you don't have client id then register new app: https://dev.twitch.tv/console/apps
|
||||
CLIENT-SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Manage application -> new secret
|
||||
OAUTH-PRIVATE-TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # if you dont want ads or to download sub-only vods, there's a tutorial here: https://youtu.be/1MBsUoFGuls
|
||||
#rclone remote path
|
||||
remote=dest:path
|
||||
#email notification
|
||||
SENDER=example@gmail.com #your gmail, from where the messages are going to be sended
|
||||
PWD=xxxxxxxxxxxxxxxx #password for your gmail, regular password doenst work here, here's how to get to generate a password to use: https://stackoverflow.com/a/73214197
|
||||
RECEIVER=example@gmail.com #gmail to who you want to send notifications (your own gmail works)
|
||||
Loading…
Add table
Add a link
Reference in a new issue