https://github.com/sieep-coding/med-to-md
A simple python script to convert medium articles to markdown.
https://github.com/sieep-coding/med-to-md
html markdown python python3
Last synced: about 2 months ago
JSON representation
A simple python script to convert medium articles to markdown.
- Host: GitHub
- URL: https://github.com/sieep-coding/med-to-md
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-12-19T07:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:41:04.000Z (over 1 year ago)
- Last Synced: 2025-04-09T20:15:57.755Z (about 1 year ago)
- Topics: html, markdown, python, python3
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Medium article to Markdown
A simple python script to convert medium articles to markdown.
#### Why?
To convert medium posts to my [new website.](https://nickstambaugh.vercel.app/posts/)
> [!WARNING]
> `utils.py` contains Linux specific commands.
> Run in WSL if on windows.
## Usage
Clone the repository.
using `.venv` run:
```bash
pip install requests beautifulsoup4 html2text
```
run the script:
```bash
python3 script.py
```
## License
See [License](LICENSE)