ote


Nameote JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/s0md3v/ote
SummaryCLI application to generate emails and fetch OTPs
upload_time2023-10-04 04:43:26
maintainerSomdev Sangwan
docs_urlNone
authorSomdev Sangwan
requires_python
licenseGNU General Public License v3 or later (GPLv3+)
keywords otp email
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h4 align="center">OTE : One Time Email</h4>

<p align="center">
  <a href="https://github.com/s0md3v/ote/releases">
    <img src="https://img.shields.io/github/release/s0md3v/ote.svg">
  </a>
  <a href="https://github.com/s0md3v/ote/issues?q=is%3Aissue+is%3Aclosed">
      <img src="https://img.shields.io/github/issues-closed-raw/s0md3v/ote.svg">
  </a>
</p>

### Introduction
**ote** is a command line utility that generates temporary email address and automatically extracts OTPs or confirmation links from the incoming mails. It uses [1secmail.com](https://www.1secmail.com/api/)'s API to generate temporary emails.

It can be installed with pip as follows:

```
pip3 install ote
```

### Usage

Enter `ote` in your terminal, a random email address will be generated for you. Any OTP or confirmation link sent to this address will be printed on your terminal.

After that:
- If the link/OTP is not accurate, enter 'f' to print the link to the email to check it yourself.
- If you want to open the confirmation link in your browser right away, enter 'o' 
- To quit, either enter 'q' or press Ctrl+C

> Note: If your OTP or link was a false positive or was not detected at all, please create an issue with the email body attached. The more variations of OTPs we have, the better the detection will get over time.

#### Generate a custom email

`ote init myusername`

It will create an email of form `myusername@domain.com`. After this point, **ote** will use this personalized email every time.

#### Generate a secure email

`ote init`

It will generate a random 20 character email and save it for subsequent usage like the previous option.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/s0md3v/ote",
    "name": "ote",
    "maintainer": "Somdev Sangwan",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "s0md3v@gmail.com",
    "keywords": "otp,email",
    "author": "Somdev Sangwan",
    "author_email": "s0md3v@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/77/1e14b179ee6cadea471a2f76f3c9535f1c3696056b7895aa6fc3f58502c8/ote-0.0.4.tar.gz",
    "platform": "any",
    "description": "<h4 align=\"center\">OTE : One Time Email</h4>\n\n<p align=\"center\">\n  <a href=\"https://github.com/s0md3v/ote/releases\">\n    <img src=\"https://img.shields.io/github/release/s0md3v/ote.svg\">\n  </a>\n  <a href=\"https://github.com/s0md3v/ote/issues?q=is%3Aissue+is%3Aclosed\">\n      <img src=\"https://img.shields.io/github/issues-closed-raw/s0md3v/ote.svg\">\n  </a>\n</p>\n\n### Introduction\n**ote** is a command line utility that generates temporary email address and automatically extracts OTPs or confirmation links from the incoming mails. It uses [1secmail.com](https://www.1secmail.com/api/)'s API to generate temporary emails.\n\nIt can be installed with pip as follows:\n\n```\npip3 install ote\n```\n\n### Usage\n\nEnter `ote` in your terminal, a random email address will be generated for you. Any OTP or confirmation link sent to this address will be printed on your terminal.\n\nAfter that:\n- If the link/OTP is not accurate, enter 'f' to print the link to the email to check it yourself.\n- If you want to open the confirmation link in your browser right away, enter 'o' \n- To quit, either enter 'q' or press Ctrl+C\n\n> Note: If your OTP or link was a false positive or was not detected at all, please create an issue with the email body attached. The more variations of OTPs we have, the better the detection will get over time.\n\n#### Generate a custom email\n\n`ote init myusername`\n\nIt will create an email of form `myusername@domain.com`. After this point, **ote** will use this personalized email every time.\n\n#### Generate a secure email\n\n`ote init`\n\nIt will generate a random 20 character email and save it for subsequent usage like the previous option.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "CLI application to generate emails and fetch OTPs",
    "version": "0.0.4",
    "project_urls": {
        "Download": "https://github.com/s0md3v/ote/releases",
        "Homepage": "https://github.com/s0md3v/ote"
    },
    "split_keywords": [
        "otp",
        "email"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec771e14b179ee6cadea471a2f76f3c9535f1c3696056b7895aa6fc3f58502c8",
                "md5": "6c63099920b1ed236d9110c907ed822c",
                "sha256": "8dec8ac3e7cbf7cbb6a1eacfd93054cdb65779811f2ea223581f36fd20570a3d"
            },
            "downloads": -1,
            "filename": "ote-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6c63099920b1ed236d9110c907ed822c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17022,
            "upload_time": "2023-10-04T04:43:26",
            "upload_time_iso_8601": "2023-10-04T04:43:26.442606Z",
            "url": "https://files.pythonhosted.org/packages/ec/77/1e14b179ee6cadea471a2f76f3c9535f1c3696056b7895aa6fc3f58502c8/ote-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 04:43:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s0md3v",
    "github_project": "ote",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ote"
}
        
Elapsed time: 0.17896s