https://github.com/kafkasl/medium2md
Download your medium posts into markdown + images
https://github.com/kafkasl/medium2md
Last synced: 3 months ago
JSON representation
Download your medium posts into markdown + images
- Host: GitHub
- URL: https://github.com/kafkasl/medium2md
- Owner: kafkasl
- Created: 2025-01-28T20:51:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:18:50.000Z (3 months ago)
- Last Synced: 2025-02-19T08:27:46.365Z (3 months ago)
- Language: Jupyter Notebook
- Size: 5.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medium to Markdown Exporter
A simple Jupyter notebook to export your Medium posts to markdown format, including images.
## Features
- Extracts all posts from your Medium profile
- Downloads and saves images locally
- Converts posts to markdown with YAML frontmatter
- Preserves original URLs and titles## Setup
1. Install requirements:
```bash
pip install -r requirements.txt
```2. Open `Medium2Md.ipynb` in Jupyter and update the `url` variable with your Medium profile URL:
```python
url = "https://medium.com/@yourusername"
```## Output Structure
```
posts/
your-first-post.md
another-post.md
images/
image1.jpg
image2.jpg
```Each markdown file includes YAML frontmatter with:
- Original title
- Medium URL
- List of related images