https://github.com/telegrambots/book
Documentation for Telegram Bots Projects
https://github.com/telegrambots/book
book docs mdbook telegram telegram-bot telegram-bot-api telegram-bots tutorial
Last synced: 7 months ago
JSON representation
Documentation for Telegram Bots Projects
- Host: GitHub
- URL: https://github.com/telegrambots/book
- Owner: TelegramBots
- Created: 2018-08-19T21:02:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T12:17:07.000Z (8 months ago)
- Last Synced: 2025-06-20T08:32:17.252Z (7 months ago)
- Topics: book, docs, mdbook, telegram, telegram-bot, telegram-bot-api, telegram-bots, tutorial
- Language: Handlebars
- Homepage: https://telegrambots.github.io/book
- Size: 51.2 MB
- Stars: 89
- Watchers: 8
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Telegram Bots Book
[](https://telegrambots.github.io/book/)
[](https://github.com/TelegramBots/book/actions/workflows/ci.yml)
This repository contains documentation for [TelegramBots](https://github.com/TelegramBots) projects.
Book is a great tutorial on writing Telegram bots in .NET ecosystem 🤖.
## 🔨 Build & Test ✔
This book is a web app generated from markdown files with [mdBook].
Each markdown file mentioned in [SUMMARY](src/SUMMARY.md) will be rendered as an HTML page.
1. Install [mdBook]:
- You can download a [mdBook binary]
- Or install it using Rust package manager
```bash
cargo install mdbook --vers "^0.4.28"
```
1. Run locally at [localhost:3000](http://localhost:3000):
```bash
mdbook serve --open
```
## Contribute 👋
**Your contribution is welcome!** 🙂
See [Contribution Guidelines].
[mdBook]: https://github.com/rust-lang/mdBook
[mdBook binary]: https://github.com/rust-lang/mdBook/releases
[Contribution Guidelines]: CONTRIBUTING.md