text2ml

A module for Telegram Bot API that can format text + entities into formatted text


Keywords
bot-api, html, markdown, python, telegram, telegram-bot-api
License
MIT
Install
pip install text2ml==3.0.0

Documentation

Text2ml

What is Text2ml?

Text2ml is a simple, dependency-free module for Telegram bot API that formats text + entities into formatted text.

Installation

This module can be installed from PyPi by running:

pip install text2ml

Usage

Soon