Writing Telegram Bots on Java
Hello everyone! While reading this book you will learn how to create Telegram Bots from start to finish. I assume you already know Java programming language.
Feel free to contact me on Telegram if you have any questions/problems: @MonsterDeveloper.
All sources are available at GitHub repository.
Table of contents
- Lesson 1. Simple "echo" bot
- Lesson 2. PhotoBot
- Lesson 3. Logging
- Lesson 4. Emoji
- Lesson 5. Deploy your bot
- Lesson 6. Inline keyboards and editing message's text
- Lesson 7. Creating users database with MongoDB
- Lesson 8. Integrating with Redis
Credits
- Rubenlagus for his amazing library and support
- Clevero for his amazing HOWTO guide
- MasterGroosha for his amazing Python book