Pigeomail
✉️ Service which provides securely personal email addresses right in telegram
Install / Use
/learn @requiemofthesouls/PigeomailREADME
<p align="center">
<img src="https://i.ibb.co/sPYGXGK/photo-2022-11-22-13-05-41.jpg" width="400">
</p>
<p align="center">
<img src="https://img.shields.io/github/go-mod/go-version/requiemofthesouls/pigeomail" alt="Go version">
<img src="https://img.shields.io/github/last-commit/requiemofthesouls/pigeomail" alt="Last commit">
<img src="https://img.shields.io/github/license/requiemofthesouls/pigeomail" alt="License">
</p>
About
- Service which provides securely personal email addresses written in pure Go.
- Using this service, through our telegram bot, one can create an email, receive incoming emails.
- Currently, you can only receive emails, but in future we will add sending emails via the bot as well.
- We don't store the emails on the server, messages sends directly in your telegram, check out my source code.
Documentation
Setting up the project locally:
-
Make your own config (example located at deploy/local/config.dev.yaml)
cp config.dev.yaml config.yaml -
Up the required containers( docker-compose located in deploy/local folder)
docker compose -f deploy/local up -
Generate token from telegram by creating a bot, using @BotFather
Check out this tutorial
-
Build the project
go build -o pigeomail main.go -
Launch the service with your own config
./pigeomail start -c deploy/local/config.yaml
