Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaid/jaidbot
Personal chat bot for my Twitch stream.
https://github.com/jaid/jaidbot
bot cli stream streamer streaming streaming-tool twitch twitch-api twitch-bot twitch-tv twitchtv
Last synced: 26 days ago
JSON representation
Personal chat bot for my Twitch stream.
- Host: GitHub
- URL: https://github.com/jaid/jaidbot
- Owner: Jaid
- License: mit
- Created: 2019-05-13T20:20:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T04:46:17.000Z (about 2 years ago)
- Last Synced: 2024-12-22T07:42:35.292Z (29 days ago)
- Topics: bot, cli, stream, streamer, streaming, streaming-tool, twitch, twitch-api, twitch-bot, twitch-tv, twitchtv
- Language: JavaScript
- Homepage: https://twitch.tv/jaidchen
- Size: 5.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# Jaidbot
**Personal chat bot for my Twitch stream.**
## Installation
```bash
npm install --global jaidbot@^6.10.0
``````bash
yarn global add jaidbot@^6.10.0
```
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))```bash
npm install --global @jaid/jaidbot@^6.10.0
```## CLI Usage
After installing package `jaidbot` globally, you can use its command line interface.
```bash
jaidbot
```
For usage instructions:
```bash
jaidbot --help
```## Development
Setting up:
```bash
git clone [email protected]:jaid/jaidbot.git
cd jaidbot
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```## License
[MIT License](https://raw.githubusercontent.com/jaid/jaidbot/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)