Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielcrackpro/twitch-chat-listener-cli
A CLI to listen to twitch chat
https://github.com/gabrielcrackpro/twitch-chat-listener-cli
twitch twitch-cli twitter-api
Last synced: 5 days ago
JSON representation
A CLI to listen to twitch chat
- Host: GitHub
- URL: https://github.com/gabrielcrackpro/twitch-chat-listener-cli
- Owner: GabrielCrackPro
- License: mit
- Created: 2022-07-04T17:55:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T17:33:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T16:57:27.770Z (7 days ago)
- Topics: twitch, twitch-cli, twitter-api
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitch Chat Listener CLI
[![GitHub license](https://img.shields.io/github/license/GabrielCrackPro/twitch-chat-listener?style=for-the-badge)](https://github.com/GabrielCrackPro/twitch-listener-cli/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](https://github.com/GabrielCrackPro/twitch-chat-listener-cli/pulls)CLI tool to listen to twitch chat built using tmijs library
- It can be used by anybody. The only thing you'll need is the channel name
## Usage
```
npm i -g twitch-chat-listener-cli
``````
twitch-listener-cli
```## TODO
- [x] Connect to twitch chat
- [x] Show messages on console
- [ ] Detect chat events
- [x] Messages
- [ ] Subs
- [ ] Subs gifts
- [ ] Cheers
- [ ] Host
- [ ] Raid
- [ ] Detect mentions
- [ ] Detect links
- [ ] Detect user type
- [ ] Broadcaster
- [ ] Sub
- [ ] No sub
- [ ] Render emotes
- [ ] Add recent channels list
- And more...