Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hicarod/tchat
💬 A Twitch chat UI for your terminal.
https://github.com/hicarod/tchat
chat command-line-tool python twitch
Last synced: about 1 month ago
JSON representation
💬 A Twitch chat UI for your terminal.
- Host: GitHub
- URL: https://github.com/hicarod/tchat
- Owner: HicaroD
- Created: 2021-10-08T18:19:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T16:01:32.000Z (over 2 years ago)
- Last Synced: 2024-07-08T03:52:04.342Z (6 months ago)
- Topics: chat, command-line-tool, python, twitch
- Language: Python
- Homepage:
- Size: 399 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tChat
:speech_balloon: A Twitch chat UI for your terminal.
## Installation
```
pip install tChat
```## Usage
```
tChat -ch
```For example: `tChat -ch shroud` where `shroud` is a Twitch streamer and we want to join his chat using tChat.
If it is your first time, you probably don't have a configuration file, therefore the program will ask you two things: your Twitch nickname and your OAuth token.
**IMPORTANT**: Use this website to get your oauth token: [Twitch Chat OAuth Password Generator](https://twitchapps.com/tmi/)
## Troubleshooting
1. Blank nicknames
Be careful with the colors of your terminal. Sometimes it's gonna look like that the nickname is blank, but it is not, actually. You can try changing your terminal color background and see what fits better for you.
## License
[MIT](./LICENSE)