Skip to content

Zhalkhas/anon_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANON_BOT

Simple Telegram bot written on Go, which allows to resend messages to desired chat anonymously. Bot uses webhooks to get updates and I suggest to host it on Heroku. In order to use this bot, constants should be changed to your values

const (       
    token = "<Here goes token of telegram bot>"
    id    = -0000000000 // Here goes ID of chat
    url   = "<Here goes URL of server>"
    )

Bot uses gb for resolving dependencies and requires gin and tgbotapi installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages