Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
/ iii-module Public archive

Simple API for communicating with the bot of the "iii.ru" service.

License

Notifications You must be signed in to change notification settings

valentineus/iii-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Класс для работы с ботом «А-я-яй»

[Demo] (https://valentineus.link/iii/)

Инициализация бота:

// $token - Токен бота, например: «109cd867-0ef3-4473-af71-7543a9b2fccd»

define('BOT_TOKEN', $token);
$bot = new Bot(BOT_TOKEN);

Инициализация сессии:

// Создание новой сессии:
$session = $bot->session();

// Инициализация уже имеющийся сесии:
$session = $bot->session($session_id);

Разработчик

Контакты

[dev@valentineus.link] (mailto:dev@valentineus.link)

TODO

  • Оформить основной README;
  • Оформить README для демонстрационной работы;

About

Simple API for communicating with the bot of the "iii.ru" service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages