threej-in / telegram-bot-api-wrapper

Ease your telegram bot development process by using the methods available in this module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Bot wrapper

Ease your telegram bot development process by using the methods available in this module.

Getting started

  • To get started you have to configure the congif_3j.php file.
  • Edit the file and enter your bot's token and also specify your unique telegram Id as ADMINID to receive the errors.
  • Next create an index.php file and define ROOT as your current working directoy
  • Last thing include the functions.php file to index.php file
  • Now you're ready to go. To check if every thing working perfectly try the below method.

$jarvis->send_msg('hello');

About

Ease your telegram bot development process by using the methods available in this module.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%