Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/savely-krasovsky/masked-email-bot

Telegram bot to generate Fastmail's Masked Emails
https://github.com/savely-krasovsky/masked-email-bot

bot fastmail fastmail-api oauth2 telegram telegram-bot

Last synced: 21 days ago
JSON representation

Telegram bot to generate Fastmail's Masked Emails

Awesome Lists containing this project

README

        

# Masked Email Bot

Currently, works only with Fastmail.com.

To build static binary you can use this script:

```bash
#!/bin/sh
docker build -t masked-email-bot .
id=$(docker create masked-email-bot)
docker cp $id:/usr/local/bin/masked-email-bot .
docker rm -v $id
```

It requires `podman` or `docker`.