Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 612 Bytes

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