Skip to content

ivanthelad/telegram-botcreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-botcreator

A nice chatter-bot creator for Telegram. You don't need to write code, just a simple JSON file.

Usage (from source)

go run main.go

the code will load the default JSON bot file data/bot/bot.json

Remember that you need to obtain your token from the BotFather bot and add it to the JSON bot file.

Usage (binary)

on Linux/OSX:

./telegram-botcreator

or, if you want to specify a different JSON bot file location than default (data/bot/bot.json)

./telegram-botcreator -json your-bot-file.json

on Windows:

telegram-botcreator.exe

or

telegram-botcreator.exe -json your-bot-file.json

About

A nice chatter-bot creator for Telegram.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%