Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)