-
Notifications
You must be signed in to change notification settings - Fork 0
1. Get Started
hamed danesh edited this page Feb 10, 2023
·
1 revision
to get started you need to install TelBots framework. to do so you can simply use following composer command:
composer create-project hameddanesh/telbots
or clone the source code from current repository:
git clone https://github.com/hameddanesh/telbots.git
TelBots use default database tables for authentication and routeing. so to use the framework you need to create an empty database. then you should configure a config.php file along with your bot engin to allow framework track bot users.
an example is available in TelBots/Example folder