Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silvanheller/mensa-bot

Telegram Bot which tells you the meal of the current day in the mensa of the University of Basel
https://github.com/silvanheller/mensa-bot

bot gradle java jsoup mensa-bot scraper telegram telegram-bot

Last synced: 23 days ago
JSON representation

Telegram Bot which tells you the meal of the current day in the mensa of the University of Basel

Awesome Lists containing this project

README

        

# mensa-bot
Telegram Bot which tells you what the mensa is offering today

## Setup

Register your own Bot on Telegram with the @Botfather. Using the ```/newbot``` command gives you a token and a username. If you want your bot to be able to read all messages in a group and not just those he is mentioned in, use the ```/setprivacy``` command.

Create a file called ```mensabot.conf``` in src/main/resources. There is a template file called ```config.template``` which has the desired properties.

You can then build the jar using ```./gradlew build``` and execute it with

```java -jar build/libs/mensa-bot.jar ```