web/medium-parser
2024-10-22 17:23:26 +05:00
..
medium_parser hotfix: xss fix, codeblock rendering problem 2024-10-22 17:23:26 +05:00
tests medium parser: overlapse parser finnal fix 2024-09-21 20:41:38 +05:00
.gitignore chore & refactor: structure changes, moving markup parser from rl_string parser to medium parser logic, type hintings 2024-09-21 16:09:40 +05:00
README.md chore & refactor: structure changes, moving markup parser from rl_string parser to medium parser logic, type hintings 2024-09-21 16:09:40 +05:00
requirements.txt chore & refactor: structure changes, moving markup parser from rl_string parser to medium parser logic, type hintings 2024-09-21 16:09:40 +05:00
setup.py chore & refactor: structure changes, moving markup parser from rl_string parser to medium parser logic, type hintings 2024-09-21 16:09:40 +05:00

Medium.com GraphQL API parser

This repo is containing a parser for the Medium GraphQL API.

Export format:

  • HTML (with Tailwinds CSS)

TODO:

  • Add Markdown export support