File size: 574 Bytes
34367da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Scribd Harvester Dependencies
# ==============================

# Core
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=5.0.0

# Cookie Extraction
browser-cookie3>=0.19.1
pycryptodome>=3.19.0
pywin32>=306; sys_platform == 'win32'

# Browser Automation
selenium>=4.15.0
webdriver-manager>=4.0.1

# Neo4j
neo4j>=5.14.0

# Image Processing
Pillow>=10.1.0

# PDF Processing (optional)
PyMuPDF>=1.23.0; python_version >= '3.8'

# Official Scribd Downloader
scribd-downloader>=1.3.0

# Markdown to PDF conversion (optional)
weasyprint>=60.0; sys_platform != 'win32'
img2pdf>=0.5.0