Add files via upload

This commit is contained in:
Kalakoi
2018-03-02 10:17:13 -05:00
committed by GitHub
parent 8f66ce3a95
commit 8d447ced61
3 changed files with 1571 additions and 0 deletions

1559
SocialMediaBot.js Normal file

File diff suppressed because it is too large Load Diff

1
channels Normal file
View File

@@ -0,0 +1 @@
[]

11
settings Normal file
View File

@@ -0,0 +1,11 @@
{
"token": "<Discord Bot Token>",
"twitchClientID": "<Twitch Client ID>",
"twitterKey": "<Twitter Key>",
"twitterSecret": "<Twitter Secret>",
"twitterBearerToken": "<Twitter Bearer Token>",
"youTubeApiKey": "<YouTube API Key>",
"facebookClient": "<Facebook Client ID>",
"facebookSecret": "<Facebook Client Secret>",
"interval": 60000
}