An open API service indexing awesome lists of open source software.

https://github.com/al3x5dev/xbot-devkit

DevKit to scrape Telegram Bot API and generate PHP entities for the xBot framework.
https://github.com/al3x5dev/xbot-devkit

php php8 telegrambotapi xbot

Last synced: about 1 month ago
JSON representation

DevKit to scrape Telegram Bot API and generate PHP entities for the xBot framework.

Awesome Lists containing this project

README

          

# DevKit
DevKit is a specialized tool designed to facilitate updating the xBot library. Its primary purpose is to scrape the Telegram Bot API to generate and update Telegram-defined entities and methods within the xBot framework.

## Features

- Specific scraping of the Telegram Bot API for xBot.
- Automatic generation and updating of PHP entities and methods defined by Telegram for the xBot framework.

## Prerequisites

- PHP 8.2 or higher.
- Composer installed.

## Installation

This library can be installed with Composer:

```bash
composer require al3x5/xbot-devkit
```

## Usage
This library is designed exclusively for updating the xBot library. To use this tool and update entities and methods, simply type the following command in your console:

```bash
php vendor/bin/update-api
```

> [!NOTE]
> This tool is intended solely for updating the xBot library. It is not designed for use with other frameworks or libraries.

## License
This project is licensed under the [MIT License](https://github.com/al3x5dev/xbot-devkit/blob/main/LICENSE).

## Contact.
If you have any questions or comments, feel free to contact me via [Telegram](http://t.me/al3x5_dev).