Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mirkobrombin/twitz
- Owner: mirkobrombin
- License: gpl-3.0
- Created: 2021-05-14T12:49:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T07:23:57.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:28:54.846Z (8 months ago)
- Topics: gtk, python, twitch
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 13
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.
## 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
```