https://github.com/bur4kbey/ts-twitch-bot
A simle twitch bot template made with TypeScript.
https://github.com/bur4kbey/ts-twitch-bot
bot twitch typescript
Last synced: about 2 months ago
JSON representation
A simle twitch bot template made with TypeScript.
- Host: GitHub
- URL: https://github.com/bur4kbey/ts-twitch-bot
- Owner: BUR4KBEY
- License: mit
- Created: 2021-06-03T22:02:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T02:17:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T15:38:48.697Z (over 1 year ago)
- Topics: bot, twitch, typescript
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript Twitch Bot
This is a twitch bot template made with Typescript.
## Installation
```
yarn install
```
## Configuration
You can find the configurations at `src/core/client.ts`. Don't forget to change the config before starting the bot.
## How To Get Access Token
You can check from [here](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth#oauth-implicit-code-flow).
**Note:** If you want more help about `tmi.js`, [check here](https://www.youtube.com/watch?v=7uSjKbAUHXg).
## Scripts
- `yarn clean` **➜** *Deletes the **dist** folder*
- `yarn build` **➜** *Builds the project*
- `yarn start` **➜** *Stars the project* **(You must build the project before starting)**
- `yarn dev` **➜** *Starts the project as dev*
## ☕ Support
If you find this project useful and would like to support [me](https://github.com/BUR4KBEY), you can do so by visiting [my website](https://burakbey.dev).
