14
14
15
15
It will automaticly start authentication by opening your default browser.
16
16
```
17
- Authenticating: opens browser...
17
+ Authenticating: opening browser...
18
18
```
19
19
- You should authorize in the TwitchAPI.
20
20
- Then, you will get sent to the "localhost" with your auth token.
@@ -41,6 +41,13 @@ So, just switch to different account in your default browser and run auth proces
41
41
```
42
42
tcli auth
43
43
```
44
+ ### Updates
45
+ tCLI will notify you about a new update, like this:
46
+ ```
47
+ Update avaliable: v2.3.2.
48
+ See: https://github.com/eAlexandrohin/tCLI/releases/latest
49
+ ```
50
+ It checks every launch.
44
51
### Deleting your auth data
45
52
It stored in your documents folder:
46
53
```
@@ -60,11 +67,17 @@ Simple `tcli` will show live streams your followings.
60
67
- ` -v ` returns current version of tCLI
61
68
- ` auth ` for repeating auth process
62
69
- ` clips [username] ` gets 100 clips from specified streamer sorted by views for 30 days
70
+ - ` -dl [username] ` downloads clips from specified user for specified time
71
+ > location: ` C:/Users/[Username]/Documents/tCLI/clips `
72
+ - ` -n ` downloads one exact cilp, that you need
73
+ - ` -a/-y/-m/-w/-d ` timestamps
63
74
- ` -id [clipID] ` returns data about specified clip
64
75
- ` -c [clipID] ` copies link to the clip
65
76
- ` -a/-y/-m/-w/-d ` returns clips top of clips for ` all time/year/month/week/day `
66
77
- ` directory [gameName]/all ` returns streamers from specified directory or from all
67
78
> If you want to select Just Chatting category or anything more than one word, use quotation marks:<br >` tcli directory "just chatting" ` .
79
+ - ` download [URL] ` downloads .mp4 file
80
+ > Must be through HTTPS-protocol.
68
81
- ` following [from] [to] ` returns boolean of check if "from" user is following "to" user
69
82
- ` follows ` returns your follows with timestamps
70
83
- ` [username] ` returns follows of that specified username with timestamps
@@ -96,6 +109,6 @@ If you are a member of a Twitch Staff or working at Twitch and have questions, c
96
109
Or anyone who has something:<br >
97
110
Email me at contactealexandrohin@gmail.com
98
111
## Credits
99
- Uses NodeJS and such modules:<br >[ ` node-fetch ` ] ( https://github.com/node-fetch/node-fetch ) , [ ` express ` ] ( https://expressjs.com/ ) , [ ` open ` ] ( https://www.npmjs.com/package/open ) , [ ` twitch-m3u8 ` ] ( https://github.com/dudik/twitch-m3u8 ) ,<br >[ ` readline ` ] ( https://nodejs.org/api/readline.html ) , [ ` moment ` ] ( https://momentjs.com/ ) , [ ` copy-paste ` ] ( https://github.com/xavi-/node-copy-paste ) , [ ` path ` ] ( https://nodejs.org/api/path.html ) ,<br >[ ` os ` ] ( https://nodejs.org/api/os.html ) , [ ` fs ` ] ( https://nodejs.org/api/fs.html ) .
112
+ Uses NodeJS and such modules:<br >[ ` node-fetch ` ] ( https://github.com/node-fetch/node-fetch ) , [ ` express ` ] ( https://expressjs.com/ ) , [ ` open ` ] ( https://www.npmjs.com/package/open ) , [ ` twitch-m3u8 ` ] ( https://github.com/dudik/twitch-m3u8 ) ,<br >[ ` readline ` ] ( https://nodejs.org/api/readline.html ) , [ ` moment ` ] ( https://momentjs.com/ ) , [ ` copy-paste ` ] ( https://github.com/xavi-/node-copy-paste ) , [ ` path ` ] ( https://nodejs.org/api/path.html ) ,<br >[ ` os ` ] ( https://nodejs.org/api/os.html ) , [ ` fs ` ] ( https://nodejs.org/api/fs.html ) , [ ` https ` ] ( https://nodejs.org/api/https.html ) , [ ` nodejs-file-downloader ` ] ( https://www.npmjs.com/package/nodejs-file-downloader ) ,< br > [ ` cli-progress ` ] ( https://www.npmjs.com/package/cli-progress ) , [ ` ansi-colors ` ] ( https://www.npmjs.com/package/ansi-colors ) .
100
113
___
101
114
##### License: __ MIT__
0 commit comments