Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirkobrombin/twitz

A Twitch client for Linux (unpretentious)
https://github.com/mirkobrombin/twitz

gtk python twitch

Last synced: 2 months ago
JSON representation

A Twitch client for Linux (unpretentious)

Awesome Lists containing this project

README

        



Twitz


A Twitch client for Linux (unpretentious)


Twitz is under development and you may encounter bugs using it. I ask you to remain calm and report them in the best possible way by opening an issue. Thanks for your attention.





CodeFactor








AUR version




## Installation

### Ubuntu 20.04+
**.deb** available from the [Releases](https://github.com/mirkobrombin/Twitz/releases).

### Build dependencies
- meson
- ninja
- libhandy
- WebKit2
- youtube-dl
- python3-mpv
- python3-opengl

### Working on
- Preferences

### Build
```bash
meson build
cd build
ninja install
```