A PHP library used to extract JSON data (and auto-generate PHP classes) from Telegram bot API documentation page.
Go to file
Sys 3f461f046d
Updated project license
2021-06-17 18:05:04 +02:00
bin Major refactoring, should be at least stable now 2021-06-17 17:56:16 +02:00
src Major refactoring, should be at least stable now 2021-06-17 17:56:16 +02:00
.gitignore Major refactoring, should be at least stable now 2021-06-17 17:56:16 +02:00
LICENSE Updated project license 2021-06-17 18:05:04 +02:00
README.md Major refactoring, should be at least stable now 2021-06-17 17:56:16 +02:00
composer.json Updated project license 2021-06-17 18:05:04 +02:00
composer.lock Major refactoring, should be at least stable now 2021-06-17 17:56:16 +02:00

README.md

TGScraper

A PHP library used to extract JSON data (and auto-generate PHP classes) from Telegram bot API documentation page.

Note: the scraper is, obviously, based on a hack and you shouldn't rely on automagically generated files from it, since they are prone to errors. I'll try to fix them ASAP, but manual review is always required (at least for now).

Installation

Install the library with composer:

  $ composer require sysbot/tgscraper

Using from command line

Once installed, you can use the CLI to interact with the library:

  $ vendor/bin/tgscraper