li-submit


Nameli-submit JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryLiveInternet.ru site registration with automatic captcha solving
upload_time2025-07-09 10:13:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords liveinternet registration captcha anticaptcha automation
VCS
bugtrack_url
requirements requests pyquery anticaptchaofficial
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # li-submit

Minimal command-line utility to submit a website to [liveinternet.ru](https://www.liveinternet.ru/add) using a simple HTTP POST request.

## Features

- Requires only website URL and email
- Optional password argument (default is `123123`)
- Simple one-command usage

## Installation

```bash
pip install li-submit
```


## Usage exmaple

```python
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}")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "li-submit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "webii <webii@pm.me>",
    "keywords": "liveinternet, registration, captcha, anticaptcha, automation",
    "author": null,
    "author_email": "webii <webii@pm.me>",
    "download_url": "https://files.pythonhosted.org/packages/5d/ed/f2d77f28b98114ee277e086c2de079aaa4342e5ef831a209423ed0bcd4d9/li_submit-0.0.2.tar.gz",
    "platform": null,
    "description": "# li-submit\n\nMinimal command-line utility to submit a website to [liveinternet.ru](https://www.liveinternet.ru/add) using a simple HTTP POST request.\n\n## Features\n\n- Requires only website URL and email\n- Optional password argument (default is `123123`)\n- Simple one-command usage\n\n## Installation\n\n```bash\npip install li-submit\n```\n\n\n## Usage exmaple\n\n```python\nfrom li_submit import register_site\n\nresult = register_site(\n    url=\"example.com\",\n    email=\"user@example.com\",\n    anticaptcha_key=\"your_anticaptcha_key\"\n)\n\nif result.success:\n    print(\"Registration successful!\")\nelse:\n    print(f\"Registration failed: {result.message}\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LiveInternet.ru site registration with automatic captcha solving",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/pi11/li_submit",
        "Repository": "https://github.com/pi11/li_submit"
    },
    "split_keywords": [
        "liveinternet",
        " registration",
        " captcha",
        " anticaptcha",
        " automation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ff2d088233e50988a9b38aa350e9e5597b814c9d0fd2b232e98611cafdc6061",
                "md5": "51e2e5da5a389d5a3ce5fa12e54e643d",
                "sha256": "b7135919315f62ff0633e8985c7a9eabfd63eb52358f15c539acc1dab73ee554"
            },
            "downloads": -1,
            "filename": "li_submit-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51e2e5da5a389d5a3ce5fa12e54e643d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6085,
            "upload_time": "2025-07-09T10:13:37",
            "upload_time_iso_8601": "2025-07-09T10:13:37.824579Z",
            "url": "https://files.pythonhosted.org/packages/3f/f2/d088233e50988a9b38aa350e9e5597b814c9d0fd2b232e98611cafdc6061/li_submit-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5dedf2d77f28b98114ee277e086c2de079aaa4342e5ef831a209423ed0bcd4d9",
                "md5": "580e0afa3351a2ba4d5f042f317a8e61",
                "sha256": "ab1176be39c210193481692d5872f924826e4c752afaf343e1c17a5737fb90c3"
            },
            "downloads": -1,
            "filename": "li_submit-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "580e0afa3351a2ba4d5f042f317a8e61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5584,
            "upload_time": "2025-07-09T10:13:49",
            "upload_time_iso_8601": "2025-07-09T10:13:49.282985Z",
            "url": "https://files.pythonhosted.org/packages/5d/ed/f2d77f28b98114ee277e086c2de079aaa4342e5ef831a209423ed0bcd4d9/li_submit-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 10:13:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pi11",
    "github_project": "li_submit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "pyquery",
            "specs": []
        },
        {
            "name": "anticaptchaofficial",
            "specs": []
        }
    ],
    "lcname": "li-submit"
}
        
Elapsed time: 1.55206s