https://github.com/kochetkov-ma/telegram-bot-java
Java Telegram Bot Samples
https://github.com/kochetkov-ma/telegram-bot-java
docker heroku java telegram telegram-bot
Last synced: 8 months ago
JSON representation
Java Telegram Bot Samples
- Host: GitHub
- URL: https://github.com/kochetkov-ma/telegram-bot-java
- Owner: kochetkov-ma
- Created: 2022-07-10T15:59:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T18:21:11.000Z (about 3 years ago)
- Last Synced: 2025-01-11T17:53:43.630Z (9 months ago)
- Topics: docker, heroku, java, telegram, telegram-bot
- Language: Java
- Homepage:
- Size: 12 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Java Telegram Bot Samples
---## Resources
- [MonsterDeveloper](https://monsterdeveloper.gitbooks.io/writing-telegram-bots-on-java/content/chapter1.html)
- [Telegram bot на Java](https://habr.com/ru/sandbox/165353/)
- [TelegramBots by rubenlagus](https://github.com/rubenlagus/TelegramBots/wiki/Getting-Started)## Structure
- [BrewcodeJavaBotWithUser](src/main/java/ru/brewcode/bot/impl/BrewcodeJavaBotWithUser.java) Just sent message on any
update
- [BrewcodeJavaMenuBot](src/main/java/ru/brewcode/bot/impl/menu/BrewcodeJavaMenuBot.java) Keyboard-menu in user chat
input
- [BrewcodeJavaPhotoBot](src/main/java/ru/brewcode/bot/impl/photo/BrewcodeJavaPhotoBot.java) Sent media files to chat
- [BrewcodeJavaKeyboardBot](src/main/java/ru/brewcode/bot/impl/keyboard/BrewcodeJavaKeyboardBot.java)
Inline-Keyboard-menu in chat as message
- [BrewcodeJavaPoolBot](src/main/java/ru/brewcode/bot/impl/pool/BrewcodeJavaPoolBot.java) Create poll/quiz
- [BrewcodeJavaGroupBot](src/main/java/ru/brewcode/bot/impl/group/BrewcodeJavaGroupBot.java) Quiz game with user score
- [Main](src/main/java/ru/brewcode/bot/Main.java) Start current bot impl
- [BotConstants](src/main/java/ru/brewcode/bot/BotConstants.java) Load token from gradle.properties (in .gitignore)