Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 389 Bytes

TgEntity

Convert Telegram entities to HTML or Markdown.

This project is a rewrite of @telegraf/entity in Python.

pip install tgentity

Usage

from tgentity import to_markdown_v2, to_html

html = to_html(message)
markdown = to_markdown_v2(message)
  • Aliases
    • to_md = to_markdown_v2
    • to_markdown = to_markdown_v2