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
- Host: GitHub
- URL: https://github.com/al-muhandis/yandexsqiparser
- Owner: Al-Muhandis
- License: mit
- Created: 2020-09-19T13:37:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-11T19:14:06.000Z (7 months ago)
- Last Synced: 2025-12-12T23:49:11.577Z (7 months ago)
- Topics: freepascal, lazarus, parser, pascal, seo, yandex
- Language: Pascal
- Homepage:
- Size: 133 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.