wallytwitch
v1.5.0
Published
A Twitch program to find if a certain user is watching a stream
Readme
Wally Twitch
Wally Twitch is a program to see if a user is watching a livestream on Twitch or not.
Install
Install NodeJS
Run this command:
npm install -g wallytwitch
Usage
Run:
wally --user [USERNAME] --channel [TWITCH CHANNEL] to get the user was been founded or not.
Like this:
wally --user caroldonadel --channel pokemaobr
will normally return:
USER caroldonadel WAS FOUND!
And this another command:
wally --user jpbrab0 --channel pokemaobr
will normally return:
USER jpbrab0 WASN'T FOUND!
