Skip to content

Use the Testmail.app API on command line with Python to see inbox more readably.

Notifications You must be signed in to change notification settings

dynle/testmail-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testmail-helper

Command-line program using Testmail.app API to see inbox more readably.

Getting Started

Install packages by pip.

$ pip install -r requirements.txt

Edit the json file which contains api key and namespace of your Testmail.app account.

credentials.json

{
  "myAccount": {
    "apiKey" : "your api key",
    "namespace" : "your namespace"
  }
}

Usage

# No tag
$ python testmail-helper.py

# With tag
$ python testmail-helper.py --tag your_tag

Output Example

INBOX:

----------------------------------
From: dynle
Subject: Example
Time: 2023-00-00 00:00:00
Testmail.app Tag: example
Content: 
sample text

----------------------------------
...

License

MIT

About

Use the Testmail.app API on command line with Python to see inbox more readably.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages