Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silvanheller/mensa-bot
- Owner: silvanheller
- Created: 2017-10-04T09:06:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T10:49:22.000Z (almost 3 years ago)
- Last Synced: 2023-05-18T18:05:16.159Z (over 1 year ago)
- Topics: bot, gradle, java, jsoup, mensa-bot, scraper, telegram, telegram-bot
- Language: Java
- Homepage:
- Size: 139 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 ```