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.
- Host: GitHub
- URL: https://github.com/al3x5dev/xbot-devkit
- Owner: al3x5dev
- License: mit
- Created: 2025-07-09T04:42:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T04:10:23.000Z (6 months ago)
- Last Synced: 2025-10-12T01:09:30.235Z (4 months ago)
- Topics: php, php8, telegrambotapi, xbot
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).