Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wnkz/aws-meun

CLI tool to unsubscribe from AWS Marketing Emails
https://github.com/wnkz/aws-meun

Last synced: 3 days ago
JSON representation

CLI tool to unsubscribe from AWS Marketing Emails

Awesome Lists containing this project

README

        

# aws-meun
CLI tool to unsubscribe from AWS Marketing Emails

## Quick start

```
❯ python -m pip install aws-meun
❯ aws-meun [email protected]
Unsubscribed [email protected] (HTTP 200)
```

## Quick tip

aws-meun can also read from STDIN for easy batch unsubscribe

```
❯ echo [email protected] | aws-meun
Unsubscribed [email protected] (HTTP 200)
```