https://github.com/poeticandroid/jackbot
https://github.com/poeticandroid/jackbot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/poeticandroid/jackbot
- Owner: poeticAndroid
- Created: 2022-05-25T15:24:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T10:34:35.000Z (over 2 years ago)
- Last Synced: 2025-01-17T01:35:21.712Z (over 1 year ago)
- Language: JavaScript
- Size: 43.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JackBot
=======
See it in action on https://www.twitch.tv/publicplayground
Requirements
------------
- [node.js](https://nodejs.org/)
- [AutoHotkey](https://www.autohotkey.com/)
- [Steam client](https://store.steampowered.com/)
- [Jackbox party packs 1 - 9](https://store.steampowered.com/search/?term=jackbox+party+pack)
- [OBS Studio](https://obsproject.com/)
Configuration
-------------
Create a `config.json` file in this folder and edit it to your needs:
```json
{
"options": {
"debug": true
},
"identity": {
"username": "channelname",
"password": "oauth:token"
},
"channels": [
"channelname"
]
}
```
Get your OAuth token at https://twitchapps.com/tmi/
More info on https://tmijs.com/