Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/savely-krasovsky/masked-email-bot
- Owner: savely-krasovsky
- Created: 2023-05-25T09:40:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-18T21:26:19.000Z (11 months ago)
- Last Synced: 2024-12-22T21:58:36.077Z (26 days ago)
- Topics: bot, fastmail, fastmail-api, oauth2, telegram, telegram-bot
- Language: Go
- Homepage: https://t.me/masked_email_bot
- Size: 103 KB
- Stars: 0
- Watchers: 2
- 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`.