Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/talha-t/twitch-bot
- Owner: Talha-T
- License: mit
- Created: 2018-03-05T19:48:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T14:55:53.000Z (over 6 years ago)
- Last Synced: 2024-12-16T21:37:23.284Z (about 2 months ago)
- Topics: bot, twitch, typescript
- Language: TypeScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.