Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Jaidbot

License Sponsor jaidbot
Build status Commits since v6.10.0 Last commit Issues
Latest version on npm Dependents Downloads

**Personal chat bot for my Twitch stream.**

## Installation

jaidbot on npm

```bash
npm install --global jaidbot@^6.10.0
```

jaidbot on Yarn

```bash
yarn global add jaidbot@^6.10.0
```

@jaid/jaidbot on GitHub Packages
(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)