Metadata-Version: 2.1
Name: DisMail
Version: 1.0.0rc2
Summary: CLI to help you read your disposable emails straight from your console
Home-page: https://github.com/HanzCEO/DisMail
Author: HanzHaxors
Author-email: hanzhaxors@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: click

[![GitHub version](https://badge.fury.io/gh/HanzHaxors%2FDisMail.svg?style=flat-square)](https://github.com/HanzHaxors/DisMail) <br/>
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://lbesson.mit-license.org/) [![Github all releases](https://img.shields.io/github/downloads/HanzHaxors/DisMail/total.svg?style=flat-square)](https://GitHub.com/HanzHaxors/DisMail/releases/)<br/>[![HitCount](http://hits.dwyl.io/HanzHaxors/DisMail.svg)](#)


# DisMail
Python 3.7.4 based app for disposable email service

# Tested On
* Python 3.7.x
* Python 3.8.x

# WARNING!!
**This application is provided AS IS**

# How to use
### 1. From source
```sh
git clone git@github.com:HanzCEO/DisMail.git
cd DisMail
python3 DisMail/__main__.py [EMAIL ADDRESS]
```
### 2. From PyPi
```sh
pip3 install DisMail

DisMail [EMAIL ADDRESS]
# or
dismail [EMAIL ADDRESS]
```

# Usage
```
Usage: __main__.py [OPTIONS] [EMAIL]

Options:
  --help  Show this message and exit.
Arguments:
  email   username@domain pair used for login, defaults to random email
```


