ddge


Nameddge JSON
Version 0.2.137.3 PyPI version JSON
download
home_pagehttps://github.com/lzgirlcat/ddge
SummaryDuckDuckGo Email Protection CLI
upload_time2024-05-19 09:20:23
maintainerNone
docs_urlNone
authorZoey !
requires_python>=3.7
licenseGNU General Public License v3.0
keywords email duckdcukgo protection ddg
VCS
bugtrack_url
requirements requests rich
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI - Version](https://img.shields.io/pypi/v/hatch-fancy-pypi-readme.svg)](https://pypi.org/project/ddge)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-fancy-pypi-readme.svg)](https://pypi.org/project/ddge)

# DuckDuckGo Email Protection CLI
install via pip by doing

`pip install ddge`

```
usage: ddge [-h] [-c CONFIG] {login,logout,generate,aliases,remove} ...

DuckDuckGo Email CLI

options:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        Custom config path.

actions:
  {login,logout,generate,aliases,remove}
    login               Allows you to login using the OTP code and saves the credentials.
    logout              Deletes the locally saved credentials.
    generate            The default action. Generates an alias
    aliases             Lists the created aliases.
    remove              Delete the alias from the local storage.
```

so after logging in you can just run the program to generate a new alias.
```
$ ddge
r5kog234s@duck.com
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lzgirlcat/ddge",
    "name": "ddge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "cb98uzhd@duck.com",
    "keywords": "email, duckdcukgo, protection, ddg",
    "author": "Zoey !",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/74/c6/7979556f21fd04fb14fd6ba1da1b83014e5d45eda1aa15a9ad912a08c826/ddge-0.2.137.3.tar.gz",
    "platform": null,
    "description": "[![PyPI - Version](https://img.shields.io/pypi/v/hatch-fancy-pypi-readme.svg)](https://pypi.org/project/ddge)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-fancy-pypi-readme.svg)](https://pypi.org/project/ddge)\n\n# DuckDuckGo Email Protection CLI\ninstall via pip by doing\n\n`pip install ddge`\n\n```\nusage: ddge [-h] [-c CONFIG] {login,logout,generate,aliases,remove} ...\n\nDuckDuckGo Email CLI\n\noptions:\n  -h, --help            show this help message and exit\n  -c CONFIG, --config CONFIG\n                        Custom config path.\n\nactions:\n  {login,logout,generate,aliases,remove}\n    login               Allows you to login using the OTP code and saves the credentials.\n    logout              Deletes the locally saved credentials.\n    generate            The default action. Generates an alias\n    aliases             Lists the created aliases.\n    remove              Delete the alias from the local storage.\n```\n\nso after logging in you can just run the program to generate a new alias.\n```\n$ ddge\nr5kog234s@duck.com\n```\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "DuckDuckGo Email Protection CLI",
    "version": "0.2.137.3",
    "project_urls": {
        "Homepage": "https://github.com/lzgirlcat/ddge",
        "Issue Tracker": "https://github.com/lzgirlcat/ddge/issues",
        "Source (GitHub)": "https://github.com/lzgirlcat/ddge"
    },
    "split_keywords": [
        "email",
        " duckdcukgo",
        " protection",
        " ddg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "158a8d8f3cead5839d8dc87c121151395b325cf0fc13803349d9659c3b259960",
                "md5": "289b9c389b31f4756d4309db4b4f2e30",
                "sha256": "5a24e5576011de2934cd4bcd00445d2a86c8eb7617a9ff687eaed5055e806260"
            },
            "downloads": -1,
            "filename": "ddge-0.2.137.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "289b9c389b31f4756d4309db4b4f2e30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18500,
            "upload_time": "2024-05-19T09:20:22",
            "upload_time_iso_8601": "2024-05-19T09:20:22.256722Z",
            "url": "https://files.pythonhosted.org/packages/15/8a/8d8f3cead5839d8dc87c121151395b325cf0fc13803349d9659c3b259960/ddge-0.2.137.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74c67979556f21fd04fb14fd6ba1da1b83014e5d45eda1aa15a9ad912a08c826",
                "md5": "08034dc2d184a594800d3ca6ee6ada43",
                "sha256": "278eff9132604115a5c747ce75b3c863b9435d7fdfcd3a698c463c3d8a7af20f"
            },
            "downloads": -1,
            "filename": "ddge-0.2.137.3.tar.gz",
            "has_sig": false,
            "md5_digest": "08034dc2d184a594800d3ca6ee6ada43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17550,
            "upload_time": "2024-05-19T09:20:23",
            "upload_time_iso_8601": "2024-05-19T09:20:23.915065Z",
            "url": "https://files.pythonhosted.org/packages/74/c6/7979556f21fd04fb14fd6ba1da1b83014e5d45eda1aa15a9ad912a08c826/ddge-0.2.137.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 09:20:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lzgirlcat",
    "github_project": "ddge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.2"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.3.1"
                ]
            ]
        }
    ],
    "lcname": "ddge"
}
        
Elapsed time: 0.62471s