Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ specify them as command line arguments.
Clone the repo and install the dependencies:

```bash
git clone https://github.com/yourusername/substack_scraper.git
cd substack_scraper
git clone https://github.com/yourusername/Substack2Markdown.git
cd Substack2Markdown

# # Optinally create a virtual environment
# python -m venv venv
Expand Down
22 changes: 20 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
attrs==25.4.0
beautifulsoup4==4.14.3
bs4==0.0.1
certifi==2026.1.4
charset-normalizer==3.4.4
h11==0.16.0
html2text==2020.1.16
idna==3.11
Markdown==3.6
outcome==1.3.0.post0
packaging==26.0
PySocks==1.7.1
python-dotenv==1.2.1
requests==2.31.0
selenium==4.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.8.3
tqdm==4.66.1
webdriver_manager==4.0.1
Markdown==3.6
trio==0.32.0
trio-websocket==0.12.2
typing_extensions==4.15.0
urllib3==2.6.3
webdriver-manager==4.0.1
wsproto==1.3.2
Loading