Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarab42/skarabot
Twitch bot for my channel
https://github.com/skarab42/skarabot
bot twitch
Last synced: 15 days ago
JSON representation
Twitch bot for my channel
- Host: GitHub
- URL: https://github.com/skarab42/skarabot
- Owner: skarab42
- License: mit
- Created: 2020-10-13T06:23:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:33:58.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T11:29:18.857Z (6 months ago)
- Topics: bot, twitch
- Language: JavaScript
- Homepage: https://twitch.tv/skarab42
- Size: 3.56 MB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SkaraBot - Twitch Bot
WIP Projet développé en live sur la chaîne [twitch.tv/skarab42](https://www.twitch.tv/skarab42).
# Project setup
```bash
# Clone this repository
git clone https://github.com/skarab42/skarabot# change directory to cloned path
cd skarabot# install all dependencies
yarn install# run application in development mode
yarn watch# run application in production mode
yarn start# build application in production mode
yarn build# lint/prettify
yarn lint
```