Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 1a98cb9

Browse files
v2.4
1 parent edeb3c9 commit 1a98cb9

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tcli
1414

1515
It will automaticly start authentication by opening your default browser.
1616
```
17-
Authenticating: opens browser...
17+
Authenticating: opening browser...
1818
```
1919
- You should authorize in the TwitchAPI.
2020
- 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
4141
```
4242
tcli auth
4343
```
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.
4451
### Deleting your auth data
4552
It stored in your documents folder:
4653
```
@@ -60,11 +67,17 @@ Simple `tcli` will show live streams your followings.
6067
- `-v` returns current version of tCLI
6168
- `auth` for repeating auth process
6269
- `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
6374
- `-id [clipID]` returns data about specified clip
6475
- `-c [clipID]` copies link to the clip
6576
- `-a/-y/-m/-w/-d` returns clips top of clips for `all time/year/month/week/day`
6677
- `directory [gameName]/all` returns streamers from specified directory or from all
6778
> 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.
6881
- `following [from] [to]` returns boolean of check if "from" user is following "to" user
6982
- `follows` returns your follows with timestamps
7083
- `[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
96109
Or anyone who has something:<br>
97110
Email me at contactealexandrohin@gmail.com
98111
## 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).
100113
___
101114
##### License: __MIT__

0 commit comments

Comments
 (0)