Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki3jp/arikencompany-old
A Twitch bot providing customizable commands.
https://github.com/suzuki3jp/arikencompany-old
chatbot discord-bot discord-js twitch twitch-bot
Last synced: 10 days ago
JSON representation
A Twitch bot providing customizable commands.
- Host: GitHub
- URL: https://github.com/suzuki3jp/arikencompany-old
- Owner: suzuki3jp
- License: mit
- Created: 2022-12-14T01:09:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T16:13:20.000Z (over 1 year ago)
- Last Synced: 2024-12-01T15:39:54.752Z (2 months ago)
- Topics: chatbot, discord-bot, discord-js, twitch, twitch-bot
- Language: TypeScript
- Homepage: https://arikencompany.vercel.app
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Twitch bot providing customizable commands.
> **Warning** This program is spaghetti code and has no docs now, so it would be impossible for you to run it correctly.
***
## Features
- Variables that can be used for command contents.
- `channel` -> Returns the channel name.
- `fetch` -> Fetching from a remote url.
- All other variables are [here](./src/class/ValueParser.ts).
- Manage commands from GUI on discord.
- Chatters - Record the number of chats on Twitch.
- API - Manage bot from the API.
- All endpoints are [here](./src/api/index.ts)## Usage
1. Set environment variables to `.env`. sample: [`.sample.env`](./.sample.env)
2. Custom [`settings.json`](./data/settings.json). The type is [`SettingsJson`](./src/class/JsonTypes.ts)
3. `npm run build`
4. `npm run start`