Skip to content

BaronNewsTechnology/book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.0
    • You can use a mdBook binary
    • Or install it using Rust package manager
      cargo install mdbook --vers "^0.2.0"
  2. Run locally on http://localhost:3000
    mdbook serve
  3. Test the project and references within markdown files
    mdbook test
    dotnet run --configuration Release --project "test\ReferenceValidator\ReferenceValidator.csproj"

Contribute 👋

Your contribution is welcome! 🙂 See Contribution Guidelines.

About

Documentation for Telegram Bots Projects

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%