seurl


Nameseurl JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://gitlab.com/Zer1t0/seurl
SummaryRetrieve domain URLs from Search Engines
upload_time2023-12-02 11:58:27
maintainer
docs_urlNone
authorEloy Pérez González
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # seurl

Retrieve domain URLs from Search Engines

## Usage

Specify one or several domains by stdin:
```
$ echo gitlab.com | seurl
https://status.gitlab.com/
https://design.gitlab.com/
https://gitlab.com/piveau
https://gitlab.com/dnsmichi
...
```

You can also combine it with other tools:
```
$ echo gitlab.com | seurl | urld -f domain
ERROR:seurl.__main__:Captcha in Duckduckgo
status.gitlab.com
design.gitlab.com
gitlab.com
gitlab.com
about.gitlab.com
...
```


## Supported Search Engines

- Bing
- Duckduckgo
- Ecosia
- Google

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/Zer1t0/seurl",
    "name": "seurl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Eloy P\u00e9rez Gonz\u00e1lez",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dd/a7/c8afc5176ea73a380bd952742e4dc878828b3a10250b6cff02727ec982df/seurl-0.0.2.tar.gz",
    "platform": null,
    "description": "# seurl\n\nRetrieve domain URLs from Search Engines\n\n## Usage\n\nSpecify one or several domains by stdin:\n```\n$ echo gitlab.com | seurl\nhttps://status.gitlab.com/\nhttps://design.gitlab.com/\nhttps://gitlab.com/piveau\nhttps://gitlab.com/dnsmichi\n...\n```\n\nYou can also combine it with other tools:\n```\n$ echo gitlab.com | seurl | urld -f domain\nERROR:seurl.__main__:Captcha in Duckduckgo\nstatus.gitlab.com\ndesign.gitlab.com\ngitlab.com\ngitlab.com\nabout.gitlab.com\n...\n```\n\n\n## Supported Search Engines\n\n- Bing\n- Duckduckgo\n- Ecosia\n- Google\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Retrieve domain URLs from Search Engines",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://gitlab.com/Zer1t0/seurl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d012dcee68277bfec9f8b906cdfc7bc026691d4e93767ddcc752dd61c158e1e",
                "md5": "9673912e52e8c2d2a7e405609ca45971",
                "sha256": "57b4d7a60c35e198f295f31d2d3ff2db56031ad63654ff7d73c50d604d6131bd"
            },
            "downloads": -1,
            "filename": "seurl-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9673912e52e8c2d2a7e405609ca45971",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16572,
            "upload_time": "2023-12-02T11:58:25",
            "upload_time_iso_8601": "2023-12-02T11:58:25.570667Z",
            "url": "https://files.pythonhosted.org/packages/8d/01/2dcee68277bfec9f8b906cdfc7bc026691d4e93767ddcc752dd61c158e1e/seurl-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dda7c8afc5176ea73a380bd952742e4dc878828b3a10250b6cff02727ec982df",
                "md5": "059c87a7f02c4fa9ae552f2da04438fe",
                "sha256": "8420cf95b98e5bce913b3f1056163d755fc2b89e2f5750f2043684f5e1ffde85"
            },
            "downloads": -1,
            "filename": "seurl-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "059c87a7f02c4fa9ae552f2da04438fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16368,
            "upload_time": "2023-12-02T11:58:27",
            "upload_time_iso_8601": "2023-12-02T11:58:27.074981Z",
            "url": "https://files.pythonhosted.org/packages/dd/a7/c8afc5176ea73a380bd952742e4dc878828b3a10250b6cff02727ec982df/seurl-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-02 11:58:27",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "Zer1t0",
    "gitlab_project": "seurl",
    "lcname": "seurl"
}
        
Elapsed time: 0.13615s