Skip to content

This skeleton is for creating Telegram bots in the fastest time

Notifications You must be signed in to change notification settings

saeeddda/ariobot-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot php skeleton

This skeleton is for creating Telegram bots in the fastest time. An advanced routing system has been used for the paths. The database used is MySQL.

Install & Usage

  1. First install composer packages
composer install
  1. Create mysql database and import structure.sql.
  2. copy bot-example.php and paste to config folder and change name to bot.php.
  3. Change bot.php parametter for your bot info and database config.
  4. You need set telegram webhook. For this action call yoursite.com/set-webhook url.
  5. Enjoy bot creation and usage.

About

This skeleton is for creating Telegram bots in the fastest time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages