Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.13 KB

Skyline Telegram Bot

It is a python Telegram Bot that parses expressions with antlr4 in order to build Skylines. It supports saving and loading Skylines, even after the bot goes offline. Detailed explanation here

Getting started

First send /start via to the Telegram bot, Use /help to see all commands and description on operations To run the bot you need a token and previously compile the grammar Skyline.g with compile.bat (you need to have the antlr4 executable in the path or in the same folder)

Prerequisites

matplotlib==3.1.1 python-telegram-bot==12. antlr4-python3-runtime==4.8 which you can download from this link: antlr4 The rest of the libraries are standard for Python 3, my exact version was Python 3.7.2

Built With

Authors

  • Vicente Coves Beneyto - VCoves

License

This project is licensed under the MIT License