Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluec/telegram-word-bot
A simple Telegram bot that analyses a given word, built with python-telegram-bot
https://github.com/bluec/telegram-word-bot
python python-telegram-bot telegram-bot
Last synced: 3 months ago
JSON representation
A simple Telegram bot that analyses a given word, built with python-telegram-bot
- Host: GitHub
- URL: https://github.com/bluec/telegram-word-bot
- Owner: bluec
- License: mit
- Created: 2022-02-09T10:01:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T13:13:13.000Z (over 2 years ago)
- Last Synced: 2024-06-27T13:35:07.629Z (5 months ago)
- Topics: python, python-telegram-bot, telegram-bot
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Word Bot
A simple Telegram bot that analyses a given word, built with [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot).
The bot is fairly useless - unless you often need to know how many letters or vowels are in a word.
It was built as a simple demonstration of how to build a Telegram bot in Python and deploy it to Heroku.
![Screenhot](https://user-images.githubusercontent.com/1577895/153183142-a46c3ce7-ee26-4dbf-897c-3570dcee6896.jpg)
## Deploying
You can deploy automatically to Heroku using the button below.
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bluec/telegram-word-bot)
## Configuration
You will need to set the following environment variables:
`BOT_TOKEN` - Your Telegram bot token
## Bot commands
`/start` - Start the bot
`/hi` - Say hi to the bot
`/help` - Get some help