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

https://github.com/gurrudev/telegram-bot

telegram-bot using python
https://github.com/gurrudev/telegram-bot

bot python telegram telegram-bot

Last synced: 4 months ago
JSON representation

telegram-bot using python

Awesome Lists containing this project

README

        

# telegram-bot using Python

📦Install

```sh
$ pip install aiogram
```

💻Usage
1) Search BotFather on Telegram
2) Create new bot
3) Copy token
4) Replace 'API_KEY'
```python
bot = aiogram.Bot(token='API_KEY')
```
🚀Start
```sh
$ python telebot.py
```