LiveInternet.ru site registration with automatic captcha solving
Project description
li-submit
Minimal command-line utility to submit a website to liveinternet.ru using a simple HTTP POST request.
Features
- Requires only website URL and email
- Optional password argument (default is
123123) - Simple one-command usage
Installation
pip install li-submit
Usage exmaple
from li_submit import register_site
result = register_site(
url="example.com",
email="user@example.com",
anticaptcha_key="your_anticaptcha_key"
)
if result.success:
print("Registration successful!")
else:
print(f"Registration failed: {result.message}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
li_submit-0.0.2.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file li_submit-0.0.2.tar.gz.
File metadata
- Download URL: li_submit-0.0.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab1176be39c210193481692d5872f924826e4c752afaf343e1c17a5737fb90c3
|
|
| MD5 |
580e0afa3351a2ba4d5f042f317a8e61
|
|
| BLAKE2b-256 |
5dedf2d77f28b98114ee277e086c2de079aaa4342e5ef831a209423ed0bcd4d9
|
File details
Details for the file li_submit-0.0.2-py3-none-any.whl.
File metadata
- Download URL: li_submit-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7135919315f62ff0633e8985c7a9eabfd63eb52358f15c539acc1dab73ee554
|
|
| MD5 |
51e2e5da5a389d5a3ce5fa12e54e643d
|
|
| BLAKE2b-256 |
3ff2d088233e50988a9b38aa350e9e5597b814c9d0fd2b232e98611cafdc6061
|