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 d9c25e9 commit 490aa2cCopy full SHA for 490aa2c
4.cool18-Article2epub/README.md
@@ -5,14 +5,13 @@
5
```
6
c2epub.py --> the main executor
7
config.ini --> config file
8
-req.txt --> requiremnt file for pip3
9
10
11
### How to use
12
13
1. clone or download this repo
14
2. navigate to this folder
15
-3. ```pip3 install -r req.txt```
+3. ```pip3 install bs4 lxml requests pysocks html2epub```
16
4. edit config.txt to set the proxy and other options
17
5. ```./c2epub.py "article url here"```
18
0 commit comments