Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AmoabaKelvin/saints-bot-public
Repository for Saints Bot
https://github.com/AmoabaKelvin/saints-bot-public
Last synced: 3 months ago
JSON representation
Repository for Saints Bot
- Host: GitHub
- URL: https://github.com/AmoabaKelvin/saints-bot-public
- Owner: AmoabaKelvin
- License: mit
- Created: 2022-03-01T20:11:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T12:13:33.000Z (over 2 years ago)
- Last Synced: 2024-06-28T06:40:52.536Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# [Saints Bot](https://t.me/saints_bot) Public Repo
THIS BOT WAS BUILT USING:
- Python and pyTelegramBotAPI wrapper
- [Celery](https://docs.celeryproject.org/)
- [MongoDB](https://cloud.mongodb.com/)### BOT FUNCTIONALITIES:
- Retrieving information from wikipedia (together with the images) and converting
results to audio.
- Getting meaning of words with a dictionary.
- Downloading books.> This bot is on telgram and is available from [here](https://t.me/saints_bot)
---
### COMMANDS YOU CAN USE WITH THIS BOT
- To start the bot, you use the command `/start`.
- To get help for using the bot, you use the command `/help`.
- To search for the meaning of a word, you use the command `/dic `. This returns information about
the word you've searched for, including its:- Part of speech
- Definition
- Antonyms
- Synonyms
- To search for a book, the command `/book ` is used. This returns an inline keyboard containing a list of books from which you can select your desired book.
When you select the desired book, a link to download the book will be sent and the inline keyboard deleted.