A PHP library used to extract JSON data (and auto-generate PHP classes) from Telegram bot API documentation page.
Go to file
2021-06-22 12:00:17 +02:00
bin Dependencies upgrade, minor fixes 2021-06-22 12:00:17 +02:00
src Dependencies upgrade, minor fixes 2021-06-22 12:00:17 +02:00
.gitignore Major refactoring, should be at least stable now 2021-06-17 17:56:16 +02:00
composer.json Dependencies upgrade, minor fixes 2021-06-22 12:00:17 +02:00
composer.lock Dependencies upgrade, minor fixes 2021-06-22 12:00:17 +02:00
LICENSE Updated project license 2021-06-17 18:05:04 +02:00
README.md Dependencies upgrade, minor fixes 2021-06-22 12:00:17 +02:00
ReturnTypeExtractor.php Added badges 2021-06-21 23:55:18 +02:00

TGScraper

License Required PHP Version Latest Stable Version Dependencies Code Quality

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