An open API service indexing awesome lists of open source software.

https://github.com/svec1/tg-bot-physics-assistant


https://github.com/svec1/tg-bot-physics-assistant

phisics python tg tgbot

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# tg-bot-physics-assistant
> ``` git clone https://github.com/svec1/tg-bot-physics-assistant```

> [!NOTE]
> Required: Python

## Install
> [!WARNING]
> You must have tcl installed (tk8.6 preferably) along with Python x64 3.8+.
##### *Instal lib*
```
pip install telebot scipy matplotlib
```
>[!TIP]
> Recommend:
```
pip install -r requirements.txt
```

## Start
> [!IMPORTANT]
> In the repository folder you should create an api.k file.
> Which will contain the api key (from BotFather)
```
cd bot
python tg-bot.py
```