Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MonsterDeveloper/java-telegram-bot-tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
https://github.com/MonsterDeveloper/java-telegram-bot-tutorial
book bot botapi bots chatbot chatbots guide java telegram telegram-bot telegram-bot-api telegrambot tutorial
Last synced: 3 months ago
JSON representation
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
- Host: GitHub
- URL: https://github.com/MonsterDeveloper/java-telegram-bot-tutorial
- Owner: MonsterDeveloper
- Created: 2017-02-04T21:48:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T07:46:38.000Z (over 1 year ago)
- Last Synced: 2024-05-28T06:58:13.688Z (5 months ago)
- Topics: book, bot, botapi, bots, chatbot, chatbots, guide, java, telegram, telegram-bot, telegram-bot-api, telegrambot, tutorial
- Language: Java
- Homepage: https://monsterdeveloper.gitbook.io/java-telegram-bot-tutorial/
- Size: 904 KB
- Stars: 305
- Watchers: 29
- Forks: 103
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
search:
keywords:
- table of contents
- getting started
- readme
---* Note: this guide is not maintained. It's open for all contributions through GitHub.
# Introduction
[![Book Status](https://img.shields.io/badge/book-passing-brightgreen.svg)](https://www.gitbook.io/book/MonsterDeveloper/writing-telegram-bots-on-java/details)
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.
All sources are available at [GitHub repository](https://github.com/MonsterDeveloper/java-telegram-bot-tutorial/).
## Table of contents
* [Lesson 1. Simple "echo" bot](chapter1.md)
* [Lesson 2. PhotoBot](lesson-2.-photobot.md)
* [Lesson 3. Logging](lesson-3.-logging.md)
* [Lesson 4. Emoji](lesson-4.-emoji.md)
* [Lesson 5. Deploy your bot](lesson-5.-deploy-your-bot.md)
* [Lesson 6. Inline keyboards and editing message's text](lesson-6.-inline-keyboards-and-editing-messages-text.md)
* [Lesson 7. Creating users database with MongoDB](lesson-7.-creating-users-database-with-mongodb.md)
* [Lesson 8. Integrating with Redis](lesson-8-integrating-with-redis.md)## Credits
* [Rubenlagus](https://github.com/rubenlagus/) for his amazing library and support
* [Clevero](https://github.com/Clevero) for his amazing HOWTO guide
* [MasterGroosha](https://github.com/MasterGroosha) for his amazing Python book