Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordalex2015/handler-twitch
Handler For Twitch (TMI.JS)
https://github.com/lordalex2015/handler-twitch
chatbot javascript tmijs twitch
Last synced: about 1 month ago
JSON representation
Handler For Twitch (TMI.JS)
- Host: GitHub
- URL: https://github.com/lordalex2015/handler-twitch
- Owner: LordAlex2015
- License: mit
- Created: 2021-05-08T06:30:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T11:48:13.000Z (over 2 years ago)
- Last Synced: 2024-04-18T14:08:16.285Z (9 months ago)
- Topics: chatbot, javascript, tmijs, twitch
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handler-twitch
### By: ArviX#8443
Handler For Twitch (tmi.js)## Installation
`git clone https://github.com/LordAlex2015/handler-twitch.git``cd handler-twitch`
`npm build`
Edit config.json file, for your bot
How to create a bot? [See BOT_CREATE.md](docs/BOT_CREATE.md)
## Configure config.json
Username, you can set something random, but set the bot real name
Password, set the bot oauth token
Owners, Set your account username *(If you are the bot owner)*, you can add multiple accounts
Channels, Set the channel where the bot connects *(Ex: https://twitch.tv/nasa)*
## Starting
Once your config.json is saved
`npm start` or `node .` or `node main.js`
### Done!