Skip to content

1. Get Started

hamed danesh edited this page Feb 10, 2023 · 1 revision

install framework

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

config database

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

Clone this wiki locally