Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/mailme-api
API Python client for the Mailme service
https://github.com/hivesolutions/mailme-api
api client mailme python rest
Last synced: about 19 hours ago
JSON representation
API Python client for the Mailme service
- Host: GitHub
- URL: https://github.com/hivesolutions/mailme-api
- Owner: hivesolutions
- Created: 2016-02-07T12:22:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T14:55:54.000Z (7 months ago)
- Last Synced: 2024-08-09T01:38:07.217Z (3 months ago)
- Topics: api, client, mailme, python, rest
- Language: Python
- Homepage: http://mailme-api.hive.pt
- Size: 73.2 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Mailme API](http://mailme-api.hive.pt)
API Python client for the Mailme service.
## Configuration
| Name | Type | Default | Description |
| ------------------- | ----- | -------------------------------- | ------------------------------------------------------- |
| **MAILME_BASE_URL** | `str` | `https://mailme.bemisc.com/api/` | The base URL for the Mailme API requests. |
| **MAILME_KEY** | `str` | `None` | The secret key to be used to authenticate API requests. |## Installation
```bash
pip install mailme-api
```## Usage
```bash
RECEIVERS="[email protected]" \
CONTENTS="Hello World" \
python -m mailme.scripts.sender
```## License
Mailme API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[![Build Status](https://github.com/hivesolutions/mailme-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/mailme-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/mailme-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/mailme-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/mailme-api.svg)](https://pypi.python.org/pypi/mailme-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)