We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342d47e commit 67f1566Copy full SHA for 67f1566
README.md
@@ -14,20 +14,25 @@ You can search and download some books that you need.
14
Run `pip install -r requirements.txt`
15
16
### Usage:
17
+
18
```
19
abook.py search <title> <author>
20
abook.py title <title>
21
abook.py author <author>
22
23
24
#### Search
25

26
#### Command
27

28
#### download
29

30
Enjoy reading time !
31
32
### TODO:
33
34
- Add more websites
35
- Batch download
36
37
### How to update?
38
[Update the data](docs/crawl.md)
0 commit comments