https://github.com/hearot/unicodeitbot
Converts LaTeX tags to unicode using an inline Telegram bot jointly with unicodeit.
https://github.com/hearot/unicodeitbot
latex python python3 telegram telegram-bot tex unicode
Last synced: about 1 month ago
JSON representation
Converts LaTeX tags to unicode using an inline Telegram bot jointly with unicodeit.
- Host: GitHub
- URL: https://github.com/hearot/unicodeitbot
- Owner: hearot
- License: mit
- Created: 2020-08-26T13:09:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T13:51:50.000Z (almost 6 years ago)
- Last Synced: 2025-07-27T18:55:32.848Z (11 months ago)
- Topics: latex, python, python3, telegram, telegram-bot, tex, unicode
- Language: Python
- Homepage: https://t.me/unicodeitbot
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [unicodeitbot](https://t.me/unicodeitbot)
[](./LICENSE) [](https://t.me/hearot)
Converts LaTeX tags to unicode using an inline Telegram bot jointly with [unicodeit](https://github.com/svenkreiss/unicodeit).
To run the bot yourself, you will need:
- Python (tested with 3.8).
- The [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) module.
- The [unicodeit](https://github.com/svenkreiss/unicodeit) module.
## Setup
- Get a token from [BotFather](http://t.me/BotFather).
- Activate the *Inline mode* using the `/setinline` command with [BotFather](http://t.me/BotFather).
- Install the requirements (using `virtualenv` is recommended) using `pip install -r requirements.txt`
- Then, you can run the bot using `python bot.py -t BOT_TOKEN`.