check-rkn 0.1.1__py3-none-any.whl → 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,25 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: check-rkn
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: Library that check blocked website on blocklist.rkn.gov.ru
|
5
|
+
Home-page: https://codeberg.org/IvanyaK/check-rkn
|
6
|
+
License: Apache-2.0
|
5
7
|
Author: IvanyaK
|
6
8
|
Author-email: ivanrus200519@gmail.com
|
7
9
|
Requires-Python: >=3.10,<4.0
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
8
11
|
Classifier: Programming Language :: Python :: 3
|
9
12
|
Classifier: Programming Language :: Python :: 3.10
|
10
13
|
Classifier: Programming Language :: Python :: 3.11
|
11
14
|
Requires-Dist: anticaptchaofficial (>=1.0.53,<2.0.0)
|
12
15
|
Requires-Dist: selenium (>=4.10.0,<5.0.0)
|
16
|
+
Project-URL: Repository, https://codeberg.org/IvanyaK/check-rkn
|
13
17
|
Description-Content-Type: text/markdown
|
14
18
|
|
15
19
|
# Check_rkn
|
16
20
|
|
21
|
+
[](https://pypi.org/project/check-rkn/)
|
22
|
+
|
17
23
|
This is library, that check blocked websites on [blocklist.rkn.gov.ru](https://blocklist.rkn.gov.ru/). Library uses [Selenium](https://pypi.org/project/selenium/) and [anticaptchaofficial](https://pypi.org/project/anticaptchaofficial/). *WARNING!* You need to register on [anti-captcha.com](https://anti-captcha.com/) to get the api key and top up your balance (For residents of the Russian federation: MIR cards are available, you can also pay with cryptocurrency)
|
18
24
|
|
19
25
|
## How to use
|
@@ -0,0 +1,6 @@
|
|
1
|
+
check_rkn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
check_rkn/check_rkn.py,sha256=HxxrItp1JhnVotKlrTEgWGVaaTywsVPHlHPCFryYMC4,1891
|
3
|
+
check_rkn-1.0.0.dist-info/LICENSE,sha256=pOSyRoUE5UdBuliaLdPC05RpUR1sgFlR424sXJlDzK4,11555
|
4
|
+
check_rkn-1.0.0.dist-info/METADATA,sha256=GCi7ZgsNCRlN-k3Eal2FnlHldpw6S5J1osDmQFa_hAE,1480
|
5
|
+
check_rkn-1.0.0.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
6
|
+
check_rkn-1.0.0.dist-info/RECORD,,
|
check_rkn-0.1.1.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
check_rkn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
check_rkn/check_rkn.py,sha256=HxxrItp1JhnVotKlrTEgWGVaaTywsVPHlHPCFryYMC4,1891
|
3
|
-
check_rkn-0.1.1.dist-info/LICENSE,sha256=pOSyRoUE5UdBuliaLdPC05RpUR1sgFlR424sXJlDzK4,11555
|
4
|
-
check_rkn-0.1.1.dist-info/METADATA,sha256=T_zZrP06TeYFQhIA6j6RzCq6TMLR7We2hwG10P_abZU,1194
|
5
|
-
check_rkn-0.1.1.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
6
|
-
check_rkn-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|