/book

Documentation for Telegram Bots Projects

Telegram Bots Book

book master

This repository contains documentation for TelegramBots projects. Book is a great example-based tutorial for developing Telegram chat bots 🤖.

🔨 Build & Test ✔

This book is a web app generated from markdown files using mdBook tool. Each file mentioned in SUMMARY will be a HTML page.

  1. Install mdBook v0.4.12

    • You can use a mdBook binary

    • Or install it using Rust package manager

      cargo install mdbook --vers "^0.4.12"
  2. Run locally on http://localhost:3000

    mdbook serve

Contribute 👋

Your contribution is welcome! 🙂 See Contribution Guidelines.