Skip to content

luckybots/tengi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tengi - Telegram bot ENGIne

Key features:

  • Button clicks with no domain name needed (polling)
  • Bot commands in bash-like style
  • Ability to send periodic updates to other components (not only to Telegram callbacks)
  • Ability to access Telegram both as a bot and as a user
  • Many useful chatbot components

Bots built with tengi

For contributors

In order to add tengi source code to your project run the following in your project environment

cd [TENGI_REPO_FOLDER]
pip uninstall tengi
python setup_develop.py develop