diff --git a/README.rst b/README.rst index 5b5ef5bb8..b520ce7c8 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,8 @@ Table of contents 1. `API`_ +- `Examples`_ + - `Contact`_ - `TODO`_ @@ -36,7 +38,7 @@ Table of contents _`Introduction` =============== -This library provides a pure Python interface for the `Telegram Bot API `_. It works with Python versions from 2.6+. It also works with `Google App Engine `_ (billing has to be enabled for fully Socket API support). +This library provides a pure Python interface for the `Telegram Bot API `_. It works with Python versions from 2.6+. It also works with `Google App Engine `_. ========= _`Status` @@ -181,6 +183,17 @@ There are many more API methods, to read the full API documentation:: $ pydoc telegram.Bot +=========== +_`Examples` +=========== + +Here follows some examples to help you to get your own Bot up to speed. + +`echobot `_ replies back messages. + +`roboed `_ talks to `RobĂ´ Ed `_. + +`DevOps Reaction Bot `_ sends latest or random posts from `DevOps Reaction `_. Running on `Google App Engine `_ (billing has to be enabled for fully Socket API support). ========== _`Contact`