Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.

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