File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1414- Monitor export progress with a progress bar.
1515- Automatically unpack zipped export files.
1616
17- ## Requirements
18-
19- - Python 3.6+
20- - Dependencies:
21- - ` enum `
22- - ` os `
23- - ` json `
24- - ` requests `
25- - ` datetime `
26- - ` multiprocessing `
27- - ` logging `
28- - ` time `
29- - ` shutil `
30- - ` tqdm `
31-
32- Make sure to install the necessary libraries using ` pip ` .
33-
3417## Usage
3518
36191 . ** Initialization** :
@@ -59,4 +42,21 @@ Make sure to install the necessary libraries using `pip`.
5942
6043 This will initiate the export, download, and unpacking processes for the pages defined.
6144
45+ ## Requirements
46+
47+ - Python 3.6+
48+ - Dependencies:
49+ - ` enum `
50+ - ` os `
51+ - ` json `
52+ - ` requests `
53+ - ` datetime `
54+ - ` multiprocessing `
55+ - ` logging `
56+ - ` time `
57+ - ` shutil `
58+ - ` tqdm `
59+
60+ Make sure to install the necessary libraries using ` pip ` .
61+
6262For more details or any issues, please raise a ticket or contact the maintainers.
You can’t perform that action at this time.
0 commit comments