Skip to content

concatnate your conversation between the bot and the sender.

License

Notifications You must be signed in to change notification settings

gmxus/telegram-pm-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-pm-bot

concatnate your conversation between the bot and the sender.

based on telegram-pm-chat-bot.

Installation

firstly prepared the following:

  • python 3
  • pip

then run :

pip install python-telegram-bot --upgrade

Config

modify those on /config.json :

{
    "Admin": 0,       // ID of admin account (number id)
    "Token": "",      // Token of bot
    "Lang": "en"      // name of the lang file
}

Start

python main.py

Directive

command function parameter
say start conversation /say
done end conversation /done
receipt_switch enable or disable receipt /receipt_switch
messege_info info of the messege you point (admin only) /messege_info
version version of bot /version

About

concatnate your conversation between the bot and the sender.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages