An open API service indexing awesome lists of open source software.

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.

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).