Metadata-Version: 2.0
Name: omnbot
Version: 2017.2
Summary: OmNomNom - A simple Telegram bot to get canteen information
Home-page: https://omnbot.io
Author: Max Rosin
Author-email: omnbot@hackrid.de
License: AGPL
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Requires-Dist: beautifulsoup4
Requires-Dist: celery[redis]
Requires-Dist: dateparser
Requires-Dist: emoji
Requires-Dist: fake-useragent
Requires-Dist: flower
Requires-Dist: influxdb
Requires-Dist: parsedatetime
Requires-Dist: python-telegram-bot
Requires-Dist: redis
Requires-Dist: requests

# OmNomNom

OmNomNom is a Telegram bot that can tell you what you can eat in some canteens
in Berlin (Germany). I would like to support more canteens in other towns or
countries in the future. If you have any suggestions let me now.
You can invite the bot to a group or ask it directly.

## How to use it
Usually you do not need to run the bot yourself. You can just talk to the
@OmnBot in Telegram. Feel free to invite it to your groups.

## Developer & Maintainer
* Max Rosin

## Contributer
Thanks to everyone who contributed code or documentation improvements to the
bot.

* Christian Beneke
* Matthias Loibl

If you want to add canteens or features to the bot or want to fix some bug feel
free to open a GitHub issue and start hacking :-) Pull Requests are very
wellcome! If you found some problem or would like to see a new feature or more
canteens but are not able (or do not want to / do not have the time) please
also open an issue at GitHub and/or talk to me via Telegram (@ekeih).

## License

```
A Telegram bot to get canteen information.
Copyright (C) 2016  Max Rosin

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
```


