Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/talha-t/twitch-bot

Twitch bot built with twitch-wrapper-ts
https://github.com/talha-t/twitch-bot

bot twitch typescript

Last synced: 15 days ago
JSON representation

Twitch bot built with twitch-wrapper-ts

Awesome Lists containing this project

README

        

# twitch-bot
Sample Twitch bot built with twitch-wrapper-ts
## What does it do?
![image](https://screenshotscdn.firefoxusercontent.com/images/a417d587-d9b3-4aac-abae-fa6808a15a28.png)
## How is it different?
- Based on Typescript
- Has **Parameter Types**
## How do I start it?
- Clone this repo
- edit `config.ts.example` and rename it to `config.ts`
- change the channel in index.ts
- `npm install`
- `npm start` (will compile automatically)
- Tada!
## How do I extend it?
- See commands folder
- Modify example.ts and create new commands as you want, they will be added automatically.