An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Twitcherino
![](https://raw.githubusercontent.com/DigitalRedPanda/twitcherino/refs/heads/master/images/demo.gif)
**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
```