Metadata-Version: 2.4
Name: ddge
Version: 0.2.137.4
Summary: DuckDuckGo Email Protection CLI
Home-page: https://github.com/lzgirlcat/ddge
Author: Zoey !
Maintainer-email: cb98uzhd@duck.com
License: GNU General Public License v3.0
Project-URL: Source (GitHub), https://github.com/lzgirlcat/ddge
Project-URL: Issue Tracker, https://github.com/lzgirlcat/ddge/issues
Keywords: email,duckdcukgo,protection,ddg
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: rich
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![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
```
