Skip to main content

Check domain/ip address in http://blocklist.rkn.gov.ru database

Project description

This module provide only one function: it check if domain is listed on http://blocklist.rkn.gov.ru rkn can be obtained directly from PyPI, and can be installed with pip:

pip install rkn

You need anti-captcha.com API key for using this module.

Example usage:

>>> from rkn import check_rkn
>>> result, found_in_reestr, success = check_rkn.query("domain.name", "YOUR_API_KEY_HERE")
>>> if found_in_reestr:
>>>     print (result)

If success if False - this mean request was unsuccessful. Rkn reestr ban some IP addresses and did not response to them.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rkn-0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page