From f2524bc2af6ceb25200e9f50988f48648c974298 Mon Sep 17 00:00:00 2001 From: Piero <55633887+piero0920@users.noreply.github.com> Date: Sat, 3 Dec 2022 14:25:53 -0500 Subject: [PATCH] adding missing files --- .env.sample | 10 ++++++++++ linux.md | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 .env.sample create mode 100644 linux.md diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..cc8dfba --- /dev/null +++ b/.env.sample @@ -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) \ No newline at end of file diff --git a/linux.md b/linux.md new file mode 100644 index 0000000..2ce25e4 --- /dev/null +++ b/linux.md @@ -0,0 +1,9 @@ +``` +- install and configure rclone +cd tools-ubuntu +sudo chmod +x chat.sh +sudo chmod +x upload.sh +sudo chmod +x TwitchDownloaderCLI +sudo chmod +x ffmpeg + +``` \ No newline at end of file