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

https://github.com/al-muhandis/yandexsqiparser

Yandex SQI parser lib for FreePascal
https://github.com/al-muhandis/yandexsqiparser

freepascal lazarus parser pascal seo yandex

Last synced: 5 months ago
JSON representation

Yandex SQI parser lib for FreePascal

Awesome Lists containing this project

README

          

# YandexSQIParser
## Yandex SQI parser for FreePascal

Main unit `yandexsqi.pas`. Parser class `TYandexSQIParser`. Procedure style function is `sqi(aDomainName): Integer;`.

You can use both the native HTTP client using the `fclhttpclientbroker.pas` and the synapse lib using the `synapsehttpclientbroker.pas`.

--------
## Парсинг ИКС Яндекса для FreePascal

Главный модуль `yandexsqi.pas`. Класс парсера `TYandexSQIParser`. Функция для процедурного стиля - `sqi(aDomainName): Integer;`

Вы можете использовать как нативный HTTP клиент с помощью брокера `fclhttpclientbroker.pas`, так и синапс библиотеку с помощью `synapsehttpclientbroker.pas`.