icpquery


Nameicpquery JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/SocialSisterYi/ICPQuery
SummaryA CLI tool for query keyword in China MIIT ICP Website to get ICP Record
upload_time2024-10-12 09:34:21
maintainerNone
docs_urlNone
authorSocialSisterYi
requires_python>=3.9
licenseMIT
keywords miit icp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ICPQuery

ICPQuery is a CLI tool for query keyword in [**China MIIT ICP Website**](https://beian.miit.gov.cn) to get ICP Record.

It is also Python library that can be invoked by single async function.

## Feature

- The ICP record types can be queried are `domain`、`APP`、`FastAPP`、`MiniAPP`.
- **Keyword** to be querying what can be domain name / APP name / natural name.
- Automatically passing click seqence CAPTCHA, based on OpenCV and trained DNN model.
- Terminal-UI for show querying progress and record data tables.

## Installation

### Installation from source (whl package)

1. Make sure your system already installed **poetry**

2. build and install

```bash
poetry install
poetry build -f wheel
pip install dist/icpquery-xxx.whl
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SocialSisterYi/ICPQuery",
    "name": "icpquery",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "MIIT, ICP",
    "author": "SocialSisterYi",
    "author_email": "1440239038@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/89/3c/9a83036f7360e0bbcdb634c3a8ce239f57618cc81ce64ee3c02e863a0988/icpquery-1.0.0.tar.gz",
    "platform": null,
    "description": "# ICPQuery\n\nICPQuery is a CLI tool for query keyword in [**China MIIT ICP Website**](https://beian.miit.gov.cn) to get ICP Record.\n\nIt is also Python library that can be invoked by single async function.\n\n## Feature\n\n- The ICP record types can be queried are `domain`\u3001`APP`\u3001`FastAPP`\u3001`MiniAPP`.\n- **Keyword** to be querying what can be domain name / APP name / natural name.\n- Automatically passing click seqence CAPTCHA, based on OpenCV and trained DNN model.\n- Terminal-UI for show querying progress and record data tables.\n\n## Installation\n\n### Installation from source (whl package)\n\n1. Make sure your system already installed **poetry**\n\n2. build and install\n\n```bash\npoetry install\npoetry build -f wheel\npip install dist/icpquery-xxx.whl\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CLI tool for query keyword in China MIIT ICP Website to get ICP Record",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/SocialSisterYi/ICPQuery",
        "Repository": "https://github.com/SocialSisterYi/ICPQuery"
    },
    "split_keywords": [
        "miit",
        " icp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaabb25f665e76a86128c5e45e428047196d1e3ed90bba756cd343fffcf83142",
                "md5": "7d3b067ad38878d9595c05e0f0c03881",
                "sha256": "ecbffc77e99c5dddca47abadca4479f70253d913c72ad1778050548f79316e41"
            },
            "downloads": -1,
            "filename": "icpquery-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d3b067ad38878d9595c05e0f0c03881",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 66521659,
            "upload_time": "2024-10-12T09:34:16",
            "upload_time_iso_8601": "2024-10-12T09:34:16.564573Z",
            "url": "https://files.pythonhosted.org/packages/aa/ab/b25f665e76a86128c5e45e428047196d1e3ed90bba756cd343fffcf83142/icpquery-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "893c9a83036f7360e0bbcdb634c3a8ce239f57618cc81ce64ee3c02e863a0988",
                "md5": "c3ce3c6f8d64bfe767dffb026f3f2eab",
                "sha256": "7c8efd29df1cc29b687b486876f35df755272066c05460181485ea24396266eb"
            },
            "downloads": -1,
            "filename": "icpquery-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c3ce3c6f8d64bfe767dffb026f3f2eab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 66521430,
            "upload_time": "2024-10-12T09:34:21",
            "upload_time_iso_8601": "2024-10-12T09:34:21.783585Z",
            "url": "https://files.pythonhosted.org/packages/89/3c/9a83036f7360e0bbcdb634c3a8ce239f57618cc81ce64ee3c02e863a0988/icpquery-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-12 09:34:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SocialSisterYi",
    "github_project": "ICPQuery",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "icpquery"
}
        
Elapsed time: 0.53905s