Skip to content

Sociant/Discord-Twitch-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Twitch Notifier

Discord Twitch Notifier is a mini service for creating messages on discord for new streams on twitch or changing games.

Installation

To install Twitch Notifier make sure you have nodejs installed with npm or yarn.

1. Clone the repository

Clone with HTTPS: https://github.com/Sociant/Discord-Twitch-Notifier.git

Clone with SSH: git@github.com:Sociant/Discord-Twitch-Notifier.git

2. Install dependencies with npm or yarn

Run npm install or yarn install

3. Configure the application

Fill out the contents of the given config.js file

Field Description Values Example
botToken Token for discord bot Create an application here
botCommand Command name for discord testbot
clientID Twitch Application Client ID Create an application here
refreshInterval Refresh interval for looking up streamer status in ms 1000 * 30 Every minute: 1000 * 60

4. Run Application

Open a terminal and run the command npm start or yarn start. You can use node index.js as well.

5. That's it

Now you can invite your bot to a discord and configure it. For all available commands you can use your botCommand with an exclamation as prefix. (e.g. !twitchbot)

Used Plugins

License

Sociant Hub is released under the Apache-2.0 License

Authors

Sociant Hub was created by l9cgv as Project for BlusWelt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published