https://github.com/karthikeyankc/ottis
A simple bot for Telegram using the Python Telegram Bot wrapper to do web and wiki searches.
https://github.com/karthikeyankc/ottis
bot python telegram-bot
Last synced: about 1 year ago
JSON representation
A simple bot for Telegram using the Python Telegram Bot wrapper to do web and wiki searches.
- Host: GitHub
- URL: https://github.com/karthikeyankc/ottis
- Owner: karthikeyankc
- License: gpl-3.0
- Created: 2017-08-28T16:18:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T11:26:18.000Z (over 6 years ago)
- Last Synced: 2025-04-03T16:39:07.893Z (about 1 year ago)
- Topics: bot, python, telegram-bot
- Language: Python
- Homepage: http://t.me/mr_ottis_bot
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ottis
A simple python bot for Telegram to do quick web and wiki searches.
## Description
* Add Ottis from [here](http://t.me/mr_ottis_bot)
* Start the bot by typing `/start`.
## Available commands
* `/search` - A websearch using google.com.
* `/wiki` - Gets the summary (extract) of a wiki page via the Mediawiki API.
## Note
Replace `YOUR APP NAME` and `YOUR TOKEN HERE` with appropriate data to run your own app. Explore the Python Telegram Bot wrapper [here](https://github.com/python-telegram-bot/python-telegram-bot).