https://github.com/skarab42/skarabot
Twitch bot for my channel
https://github.com/skarab42/skarabot
bot twitch
Last synced: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:33:58.000Z (over 3 years ago)
- Last Synced: 2025-08-17T11:38:04.777Z (10 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
```