{"id":16373402,"url":"https://github.com/antham/yogo","last_synced_at":"2025-08-04T08:41:27.237Z","repository":{"id":34048454,"uuid":"37826579","full_name":"antham/yogo","owner":"antham","description":"Check yopmail mails from command line.","archived":false,"fork":false,"pushed_at":"2025-07-10T11:41:31.000Z","size":575,"stargazers_count":45,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-10T18:57:58.822Z","etag":null,"topics":["email","email-disposable-checker","yopmail"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/antham.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,"zenodo":null}},"created_at":"2015-06-21T21:23:37.000Z","updated_at":"2025-07-10T11:41:34.000Z","dependencies_parsed_at":"2023-11-08T23:41:26.174Z","dependency_job_id":"b3037809-161a-48c0-9969-2f140b5beb8f","html_url":"https://github.com/antham/yogo","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/antham/yogo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fyogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fyogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fyogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fyogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antham","download_url":"https://codeload.github.com/antham/yogo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fyogo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268672021,"owners_count":24288242,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["email","email-disposable-checker","yopmail"],"created_at":"2024-10-11T03:14:14.915Z","updated_at":"2025-08-04T08:41:25.567Z","avatar_url":"https://github.com/antham.png","language":"HTML","readme":"# Yogo [![Go Report Card](https://goreportcard.com/badge/github.com/antham/yogo)](https://goreportcard.com/report/github.com/antham/yogo) [![codecov](https://codecov.io/gh/antham/yogo/branch/master/graph/badge.svg)](https://codecov.io/gh/antham/yogo) [![GitHub tag](https://img.shields.io/github/tag/antham/yogo.svg)]() [![Go Reference](https://pkg.go.dev/badge/github.com/antham/yogo.svg)](https://pkg.go.dev/github.com/antham/yogo)\n\nCheck yopmail mails from command line.\n\n## Install\n\nDownload binaries here : [yogo](https://github.com/antham/yogo/releases/).\n\nOr run:\n`go install github.com/antham/yogo/v4@latest`\n\nA package is available in aur for archlinux.\n\n## Usage\n\n```\nCheck yopmail mails from command line.\n\nUsage:\n  yogo [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  inbox       Handle inbox messages\n  version     App version\n\nFlags:\n      --debug   Log all requests/responses\n  -h, --help    help for yogo\n      --json    Dump the output as json\n\nUse \"yogo [command] --help\" for more information about a command.\n\n```\n\n⚠️ Performing too much calls will trigger a CAPTCHA that you will need to solve through a browser. Add a delay to prevent this.\n\n## Environment variable\n\nYou can customize the behaviour of Yogo through several environment variables:\n\n| Name                   | Default value                                                                                                          | Usage                                                        |\n|------------------------|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|\n| `HTTP_PROXY`           | Empty                                                                                                                  | Define an HTTP proxy for the requests                        |\n| `HTTPS_PROXY`          | Empty                                                                                                                  | Define an HTTPs proxy for the requests                       |\n| `YOGO_USER_AGENT`      | See the `defaultUserAgent` const in the [client](https://github.com/antham/yogo/blob/master/internal/client/client.go) | The user agent used to perfom the requests                   |\n| `YOGO_REQUEST_TIMEOUT` | 10                                                                                                                     | Duration of a request before reaching the timeout in seconds |\n\n## Flag\n\nUse the `--json` output flag to get the output as JSON.\n\nIn case of an issue with `yogo`, use the `--debug` flag to log the requests/responses.\n\n## Inbox\n\n### List\n\nRetrieve 10 messages from mailbox test1@yopmail.com :\n\n```bash\nyogo inbox list test1 10\n```\n\n### Flush\n\nFlush inbox test1@yopmail.com :\n\n```bash\nyogo inbox flush test1\n```\n\n### Read a mail\n\nRetrieve first message from inbox helloworld@yopmail.com\n\n```bash\nyogo inbox show helloworld 1\n```\n\nRetrieve second message from inbox helloworld@yopmail.com\n\n```bash\nyogo inbox show helloworld 2\n```\n\n### Read the source of the mail with all headers\n\n```bash\nyogo inbox source helloworld 1\n```\n\n### Delete a mail\n\nDelete first message from inbox helloworld@yopmail.com\n\n```bash\nyogo inbox delete helloworld 1\n```\n","funding_links":[],"categories":["Utilities","公用事业公司"],"sub_categories":["Utility/Miscellaneous","实用程序/Miscellaneous"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantham%2Fyogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantham%2Fyogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantham%2Fyogo/lists"}