Skip to content

Commit 9b8f536

Browse files
committed
Update README.md
1 parent 437f543 commit 9b8f536

File tree

1 file changed

+38
-10
lines changed

1 file changed

+38
-10
lines changed

README.md

+38-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,52 @@
11
# TokySnatcher 🤫
2-
> Snatch audiobooks from Tokybook 😈
32

3+
> Snatch audiobooks from Tokybook 😈
44
55
## Installation
6+
67
1. Open terminal, then run:
7-
```sh
8-
pip install git+https://github.com/rahaaatul/TokySnatcher.git
9-
```
8+
9+
```shell
10+
pip install tokysnatcher
11+
```
12+
13+
or
14+
15+
```shell
16+
pip install git+https://github.com/rahaaatul/TokySnatcher.git
17+
```
18+
1019
2. Run TokySnatcher
11-
```sh
12-
tokysnatcher
13-
```
1420

21+
```sh
22+
tokysnatcher
23+
```
24+
25+
> [!NOTE]
26+
>
27+
> - After downloading convert it into a proper m4b ebook with [AudioBookBinder](https://github.com/gonzoua/AudioBookBinder).
28+
>
29+
30+
## Usage
31+
32+
- In command line invoke `-h` for help:
33+
34+
```shell
35+
tokysnatcher -h
36+
```
37+
38+
- Invoke `-d` or `--directory` to add a custom directory
1539

16-
> [!TIP]
17-
> After downloading convert it into a proper m4b ebook with [AudioBookBinder](https://github.com/gonzoua/AudioBookBinder).
40+
```shell
41+
tokysnatcher -d "C:\Users\User\Music"
42+
```
1843

44+
## Thanks to
1945

20-
# ❤️ Thank You
2146
- [Tokybook](https://tokybook.com/)
2247
- [Adrian Castro](https://github.com/castdrian/)
2348
- [Eric Winter](https://github.com/xdf8/)
49+
- [Daniel](https://github.com/rozari0)
50+
- [Drew](https://github.com/drdeaton)
2451
- [Claude AI](https://claude.ai/)
52+
- [Gemini](https://gemini.google.com/app)

0 commit comments

Comments
 (0)