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
- Host: GitHub
- URL: https://github.com/gurrudev/telegram-bot
- Owner: gurrudev
- License: mit
- Created: 2023-01-10T13:50:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T14:43:15.000Z (over 1 year ago)
- Last Synced: 2025-01-01T22:43:44.070Z (6 months ago)
- Topics: bot, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```