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: over 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T14:55:53.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T05:14:01.627Z (over 1 year 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?

## 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.