Skip to content

Plugin to turn your Suneidesis Chatbot into a Telegram Bot

License

Notifications You must be signed in to change notification settings

Harium/sunbot-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunbot-telegram

Plugin to turn your Suneidesis Chatbot into a Telegram Bot

How to get your token

  • Create a chat with the @BotFather a select the option /newbot

  • Pick a name

  • Pick an username ending with _bot (*_bot)

  • Done!

https://www.siteguarding.com/en/how-to-get-telegram-bot-api-token

How to use it

    Parser bot = new EchoBox(); // Use your own parser

    String token = "123456:ABCDE123456";

    Telegram telegram = new Telegram(token);
    telegram.init();
    telegram.addParser(bot);

About

Plugin to turn your Suneidesis Chatbot into a Telegram Bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages