Skip to content

Searge/kbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBot Telegram Bot

KBot Telegram Bot is a functional Telegram bot with a root command and settings. It is written in Golang and utilizes the github.com/spf13/cobra and gopkg.in/telebot.v3 frameworks.

golangci-lint build-n-push

Usage

To use the KBot Telegram Bot, follow these steps:

  1. Add the bot to your Telegram account: @k8s_course_bot
  2. Send a /start message to the bot to start interacting with it.

Use the available commands to interact with the bot

Available Commands

  • /start - Start the bot and display a welcome message.
    • /start <message> - Echo the provided message back to the user, if understand.
    • /start hello - Display a "Hello World" message.
    • /start ping - Display a "pong" message to indicate that the bot is online.

Credits

The KBot Telegram Bot was developed by @Searge for educational purposes in learning Golang and the Telegram Bot API.