Skip to content

annimon-tutorials/Telegram-Bot-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Example

Simple Telegram bot allows you to bookmark messages and get them by key.

Commands

  • /add key — bookmark message as key
  • /get key — get message by key
  • /remove key — remove message
  • /list — list all keys for current user

Usage

This bot uses SQLite database to store data. You can modify this example to create bots for access your own database, e.g. products, clients, memes 😃, etc.

Tutorial

Here is the process of creating this bot

Telegram Bot Tutorial

About

Simple Telegram bot allows you to bookmark messages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages