2017 © Pedro Peláez
 

library teebot

Yet another Telegram bot framework.

image

rudestan/teebot

Yet another Telegram bot framework.

  • Tuesday, November 28, 2017
  • by rudestan
  • Repository
  • 1 Watchers
  • 2 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Teebot

Build Status Scrutinizer Code Quality Coverage Status, (*1)

Teebot is yet another Telegram bot API framework. The main difference from other implementations that it is fully object oriented, very flexible, easy to extend and configure. You can focus on business logic implementation and do not think about implementation of manual Telegram API calls. It has object oriented architecture yet quite simple and understandable. Additionally you can create and run as many bots as you want at the same time., (*2)

Usage

The very first step is installation of the required packages. To install the packages please run, (*3)

composer install, (*4)

To run your bots you can use command line application called just like the package teebot and placed in bin directory., (*5)

If you would like to tryout the example bot from the package just rename or copy the file .env.template to .env and modify it with your own data. The only thing you have to provide is Telegram's API Token. If you do not have one yet you can easily get it from the official Telegram's web site., (*6)

After you got the token and set it in the .env you are ready to run the example bot. So from the command line just run:, (*7)

php bin/teebot listener:start Bot/Example, (*8)

Then find your bot in Telegram client and send the message /me or /foo to it. You should now see the message "Me command triggered!" in the console where you started your bot., (*9)

Capability

PHP 7.1 and higher (for version 5.6 please check the php_56 branch, but it wont be supported anymore), (*10)

The Versions

28/11 2017

dev-master

9999999-dev

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stan Drozdov

bot telegram phptelegram teebot

22/11 2017

dev-php_56

dev-php_56

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stan Drozdov

bot telegram phptelegram teebot

21/11 2017

dev-improvement/2.1

dev-improvement/2.1

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stan Drozdov

bot telegram phptelegram teebot

15/11 2017

dev-improvement/2.0

dev-improvement/2.0

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stan Drozdov

bot telegram phptelegram teebot

12/04 2016

dev-api_2.0

dev-api_2.0

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Stan Drozdov

bot telegram phptelegram teebot

08/04 2016

dev-dev

dev-dev

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Stan Drozdov

bot telegram phptelegram teebot

11/03 2016

dev-improvement/0.1

dev-improvement/0.1

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Stan Drozdov

bot telegram phptelegram teebot

10/03 2016

0.0.1

0.0.1.0

Yet another Telegram bot framework.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Stan Drozdov

bot telegram phptelegram teebot