{"id":15653349,"url":"https://github.com/liamg/guerrilla","last_synced_at":"2025-06-29T09:32:52.711Z","repository":{"id":52153391,"uuid":"520226310","full_name":"liamg/guerrilla","owner":"liamg","description":":incoming_envelope::bust_in_silhouette: Guerilla Mail CLI + Go module","archived":false,"fork":false,"pushed_at":"2023-02-25T08:57:48.000Z","size":120,"stargazers_count":31,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T21:41:35.115Z","etag":null,"topics":["cli","disposable-email","guerrillamail","privacy"],"latest_commit_sha":null,"homepage":"https://www.guerrillamail.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liamg.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-01T18:47:02.000Z","updated_at":"2025-01-13T13:59:43.000Z","dependencies_parsed_at":"2024-06-19T12:12:31.162Z","dependency_job_id":"6736775f-1f5c-4e3e-995d-511c846a030b","html_url":"https://github.com/liamg/guerrilla","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liamg/guerrilla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fguerrilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fguerrilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fguerrilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fguerrilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/guerrilla/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fguerrilla/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262569734,"owners_count":23330273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","disposable-email","guerrillamail","privacy"],"created_at":"2024-10-03T12:45:24.186Z","updated_at":"2025-06-29T09:32:52.683Z","avatar_url":"https://github.com/liamg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :incoming_envelope::bust_in_silhouette: guerrilla\n\nA command-line tool (and Go module) for [https://www.guerrillamail.com/](https://www.guerrillamail.com/).\n\nCreate a temporary email address in the terminal to quickly sign up for services and receive verification emails.\n\n![Screenshot of Guerrilla command-line receiving emails](demo.gif)\n\nBuilt based on the [official API documention](https://docs.google.com/document/d/1Qw5KQP1j57BPTDmms5nspe-QAjNEsNg8cQHpAAycYNM/edit?hl=en).\n\n## Usage: CLI\n\nInstall with Go:\n\n```\ngo install github.com/liamg/guerrilla/cmd/guerrilla@latest\n```\n\nNo configuration or authentication required, just run:\n\n```\n$ guerrilla\n```\n\n...and start receiving emails!\n\n## Usage: Go Module\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/liamg/guerrilla/pkg/guerrilla\"\n)\n\nfunc main() {\n    \n    client, _ := guerrilla.Init()\n    poller := guerrilla.NewPoller(client)\n\n    for email := range poller.Poll() {\n        fmt.Printf(\"Email received: Subject=%s\\nBody=%s\\n\\n\", email.Subject, email.Body)\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fguerrilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Fguerrilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fguerrilla/lists"}