8000 GitHub - KeisukeFD/TBot: Proof-of-Concept: Telegram Bot example
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KeisukeFD/TBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[PoC] Telegram Bot

Proof-of-Concept of a Telegram Bot develop with Golang. It uses telebot.v2 library.

Create Telegram Bot

The idea was to try to well organise the code and discover golang.

Some features:

  • Limit the bot to answer only selected channels;
  • Add commands (with help command and limit to admin usage only);
  • Filter messages;
  • User interaction for a command;

Configuration

All fields are strings.

---
telegram_token: ''
authorized_channels:
  - ''
  - ''

About

Proof-of-Concept: Telegram Bot example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0