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: 5 months ago
JSON representation
Telegram bot to generate Fastmail's Masked Emails
- Host: GitHub
- URL: https://github.com/savely-krasovsky/masked-email-bot
- Owner: savely-krasovsky
- Created: 2023-05-25T09:40:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-19T13:19:37.000Z (9 months ago)
- Last Synced: 2025-10-28T03:41:55.338Z (7 months ago)
- Topics: bot, fastmail, fastmail-api, oauth2, telegram, telegram-bot
- Language: Go
- Homepage: https://t.me/masked_email_bot
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.