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: 12 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T13:13:13.000Z (over 4 years ago)
- Last Synced: 2024-08-04T09:06:51.522Z (almost 2 years 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.

## Deploying
You can deploy automatically to Heroku using the button below.
[](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