The Wayback Machine - https://web.archive.org/web/20201006194116/https://github.com/TelegramBots/book
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

Telegram Bots Book

Build Status Demo

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.1
    • You can use a mdBook binary
    • Or install it using Rust package manager
      cargo install mdbook --vers "^0.4.1"
  2. Run locally on http://localhost:3000
    mdbook serve

Contribute πŸ‘‹

Your contribution is welcome! πŸ™‚ See Contribution Guidelines.

You can’t perform that action at this time.