Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zneix/asd-client
CLI twitch chat client, written in Node.js
https://github.com/zneix/asd-client
Last synced: about 6 hours ago
JSON representation
CLI twitch chat client, written in Node.js
- Host: GitHub
- URL: https://github.com/zneix/asd-client
- Owner: zneix
- Created: 2019-12-26T01:04:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T22:28:02.000Z (over 3 years ago)
- Last Synced: 2023-03-06T02:23:20.765Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### asd client - the lightest client for Twitch chat
This client works completely in Command lineI wrote really quick in two nights and I know it needs a lot of work and other features implemented - it'll be continued FeelsOkayMan
### How to get it running
##### Requrements
- node.js
- Twitch account 4Head##### Installation
1. Download and extract this repository.
2. Open it's catalog in terminal, run `npm i`
3. Start it with `node .`### Extra notices
- The client saves login data in `./accounts` catalog, just delete those accounts manually if you want to get rid of those.
- If someone interrupts your typing in chat, it is not lost, don't worry
- After connecting, use `//join` to join a channel - only one channel can be handled at max for now.
- Whenever you're stuck, just type `//exit` to get back or hit `Ctrl + C` to end a process directly.