{"id":44384866,"url":"https://github.com/requiemofthesouls/pigeomail","last_synced_at":"2026-02-12T00:37:42.855Z","repository":{"id":44667335,"uuid":"443369787","full_name":"requiemofthesouls/pigeomail","owner":"requiemofthesouls","description":"✉️ Service which provides securely personal email addresses right in telegram","archived":false,"fork":false,"pushed_at":"2023-12-18T23:12:24.000Z","size":424,"stargazers_count":6,"open_issues_count":13,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T01:08:17.634Z","etag":null,"topics":["disposable-email","docker","docker-compose","email","golang","mail-server","mailbox","mongodb","pigeomail","rabbitmq","reliability","smtp","smtp-server","telegram","telegram-bot","telegram-bot-api","temp-email","temporary-email","trash-email","trashmail"],"latest_commit_sha":null,"homepage":"https://t.me/PigeomailBot","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/requiemofthesouls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-31T15:03:12.000Z","updated_at":"2024-04-30T04:43:47.000Z","dependencies_parsed_at":"2024-01-16T12:47:00.984Z","dependency_job_id":"41fe6cda-4b7c-4f70-abc4-7bcb86010549","html_url":"https://github.com/requiemofthesouls/pigeomail","commit_stats":{"total_commits":113,"total_committers":4,"mean_commits":28.25,"dds":"0.19469026548672563","last_synced_commit":"415cd06a79bdb2120941737545c3b384327b1ed6"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/requiemofthesouls/pigeomail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requiemofthesouls%2Fpigeomail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requiemofthesouls%2Fpigeomail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requiemofthesouls%2Fpigeomail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requiemofthesouls%2Fpigeomail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/requiemofthesouls","download_url":"https://codeload.github.com/requiemofthesouls/pigeomail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requiemofthesouls%2Fpigeomail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29351055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["disposable-email","docker","docker-compose","email","golang","mail-server","mailbox","mongodb","pigeomail","rabbitmq","reliability","smtp","smtp-server","telegram","telegram-bot","telegram-bot-api","temp-email","temporary-email","trash-email","trashmail"],"created_at":"2026-02-12T00:37:39.024Z","updated_at":"2026-02-12T00:37:42.848Z","avatar_url":"https://github.com/requiemofthesouls.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://i.ibb.co/sPYGXGK/photo-2022-11-22-13-05-41.jpg\" width=\"400\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://img.shields.io/github/go-mod/go-version/requiemofthesouls/pigeomail\" alt=\"Go version\"\u003e\n   \u003cimg src=\"https://img.shields.io/github/last-commit/requiemofthesouls/pigeomail\" alt=\"Last commit\"\u003e\n   \u003cimg src=\"https://img.shields.io/github/license/requiemofthesouls/pigeomail\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n## About\n\n- Service which provides securely personal email addresses written in pure Go.\n- Using this service, through our telegram bot, one can create an email, receive incoming emails.\n- Currently, you can only receive emails, but in future we will add sending emails via the bot as well.\n- We don't store the emails on the server, messages sends directly in your telegram, check out my source code. \n\n## Documentation\n\n### Setting up the project locally:\n\n1. Make your own config (example located at deploy/local/config.dev.yaml)\n\n      ``` cp config.dev.yaml config.yaml ```\n\n2. Up the required containers( docker-compose located in deploy/local folder)\n\n      ``` docker compose -f deploy/local up ```\n\n3. Generate token from telegram by creating a bot, using [@BotFather](https://t.me/botfather)  \n\n      Check out [this tutorial](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-telegram?view=azure-bot-service-4.0 )\n\n4. Build the project\n\n      ``` go build -o pigeomail main.go ```\n\n5. Launch the service with your own config\n\n      ``` ./pigeomail start -c deploy/local/config.yaml ```\n\n\n## Developers\n\n- [Arv](https://github.com/arvryna)\n- [Konstantin](https://github.com/requiemofthesouls)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequiemofthesouls%2Fpigeomail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frequiemofthesouls%2Fpigeomail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequiemofthesouls%2Fpigeomail/lists"}