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
- Host: GitHub
- URL: https://github.com/svec1/tg-bot-physics-assistant
- Owner: svec1
- License: mit
- Created: 2024-10-26T17:44:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T12:46:23.000Z (11 months ago)
- Last Synced: 2025-04-06T19:55:32.270Z (6 months ago)
- Topics: phisics, python, tg, tgbot
- Language: Python
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```