Minimal Twitch information gatherer, check status of streamers and categories from Twitch from the terminal.
|
|
3 years ago | |
|---|---|---|
| .gitignore | 3 years ago | |
| LICENSE | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago | |
| requirements.txt | 3 years ago | |
| twiins.py | 3 years ago |
| command | description | flags |
|---|---|---|
| check-live | Checks if CHANNEL is livestreaming. SHOULDPRINT determines if result is returned to stdout or function caller. | |
| choose | Gets top 30 Twitch categories, requests user to choose one and then gets current live channels. PRETTY determines if output is pretty printed or not. | --pretty |
| get-categories | Gets top 30 Twitch categories. SHOULDPRINT determines if result is returned to stdout or to function caller. PRETTY determines if output is pretty printed or not. | --print, --pretty |
| get-channels | Gets live channels in TARGET, it can be a channel link, or just channel name. SHOULDPRINT determines if result is returned to stdout or function caller. PRETTY determines if output is pretty printed or not. | --print, --pretty |
Type twiins --help for general help or twiins <COMMAND> --help for help with a specific command.
Python with version equal or superior to 3.6GeckodriverGNU Makegit clone https://notabug.org/ropemann/twiins.gitcd twiinsmake venv. venv/bin/activatesudo make installdeactivateAt the end, you can optionally run make clean. Refer to Makefile for full details on the aforementioned commands.
Just run sudo make uninstall
This software is licensed under GNU GPL.