Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wnkz/aws-meun
- Owner: wnkz
- License: unlicense
- Created: 2023-11-28T15:16:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-04T17:07:23.000Z (11 months ago)
- Last Synced: 2024-01-05T14:28:43.481Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```