https://github.com/digitalredpanda/twitcherino
A nim-based TUI twitch chat client
https://github.com/digitalredpanda/twitcherino
Last synced: about 1 year ago
JSON representation
A nim-based TUI twitch chat client
- Host: GitHub
- URL: https://github.com/digitalredpanda/twitcherino
- Owner: DigitalRedPanda
- License: other
- Created: 2025-01-30T14:48:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T18:11:02.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:23:49.819Z (over 1 year ago)
- Language: Nim
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitcherino

**Twitcherino** is a keyboard-driven TUI twitch client
## Requirements
1. ~~sqlite~~ (in the future)
2. terminal (any could do)
## Building from source
You'll need [nimble](https://nim-lang.org/) ``2.2.0`` or greater.
```bash
nimble --threads:on -d:release -d:ssl build
```