Minimal Twitch information gatherer, check status of streamers and categories from Twitch from the terminal.
ropemann 832f542830 initial | před 2 roky | |
---|---|---|
.gitignore | před 2 roky | |
LICENSE | před 2 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
requirements.txt | před 2 roky | |
twiins.py | před 2 roky |
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.6
Geckodriver
GNU Make
git clone https://notabug.org/ropemann/twiins.git
cd twiins
make venv
. venv/bin/activate
sudo make install
deactivate
At 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.