-
Notifications
You must be signed in to change notification settings - Fork 0
Object Oriented Programmed Telegram Bot
License
guillermogf/OOPBot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OOPBot is a Object Oriented Programmed Telegram Bot. It is made to ease the process of creating a new Bot, allowing different bots to share basic code and have configurable bots which don't take up much resources. Creating a bot is as easy as writing the following lines into a script: import Bot your_bot = Bot.Bot("your_bot", "/path/to/config/file") your_bot.setTextCommands([list_with_commands, list_with_texts]) your_bot.setCommands([list_with_commands, list_with_functions]) your_bot.start() An example configuration file and the options that can be used can be seen in the file config_syntax.
About
Object Oriented Programmed Telegram Bot
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published