No description
| .gitignore | ||
| bot.js | ||
| highscoreLeicht.json | ||
| highscoreMittel.json | ||
| highscoreSchwer.json | ||
| README.md | ||
How to use it
-
Install node.js for the operating system of your choice.
-
Get your auth token for your bot.
-
Install
tmi.jsin your working directorynpm install tmi.js -
Create a file called
login.jsonand put in your login information like this:
{
"bot_username": "name_of_your_bot",
"oauth_token": "your_oath_token",
"channel_name": ["your_channel_name"]
}
Alternatively you could add more channels, you want the bot to connect to like this
"channel_name": ["names", "of", "the", "channels", "you", "wish", "your", "bot", "to", "connect", "to" ]