Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (18 days ago)
- Default Branch: main
- Last Pushed: 2024-12-19T08:17:50.000Z (18 days ago)
- Last Synced: 2024-12-19T08:35:06.780Z (18 days ago)
- Topics: html, markdown, python, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- 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)