mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-23 03:56:48 +01:00
Added badges
This commit is contained in:
parent
57e5c3994d
commit
5aee50caf9
12
README.md
12
README.md
@ -1,7 +1,14 @@
|
||||
# TGScraper
|
||||
A PHP library used to extract JSON data (and auto-generate PHP classes) from [Telegram bot API documentation page](https://core.telegram.org/bots/api).
|
||||
|
||||
**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).**
|
||||
[![License](http://poser.pugx.org/sysbot/tgscraper/license)](https://packagist.org/packages/sysbot/tgscraper)
|
||||
![Required PHP Version](https://img.shields.io/badge/php-%E2%89%A58.0-brightgreen)
|
||||
[![Latest Stable Version](http://poser.pugx.org/sysbot/tgscraper/v)](https://packagist.org/packages/sysbot/tgscraper)
|
||||
|
||||
A PHP library used to extract JSON data (and auto-generate PHP classes)
|
||||
from [Telegram bot API documentation page](https://core.telegram.org/bots/api).
|
||||
|
||||
**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
|
||||
|
||||
@ -14,6 +21,7 @@ Install the library with composer:
|
||||
## Using from command line
|
||||
|
||||
Once installed, you can use the CLI to interact with the library:
|
||||
|
||||
```bash
|
||||
$ vendor/bin/tgscraper
|
||||
```
|
1
ReturnTypeExtractor.php
Normal file
1
ReturnTypeExtractor.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user