{"id":21767135,"url":"https://github.com/hubertkuch/ovh-mail-creator","last_synced_at":"2025-08-23T03:33:54.723Z","repository":{"id":127033558,"uuid":"606215837","full_name":"HubertKuch/ovh-mail-creator","owner":"HubertKuch","description":"CLI for automated email creation on OVH","archived":false,"fork":false,"pushed_at":"2023-02-26T15:54:27.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T03:03:50.178Z","etag":null,"topics":["automation","bot","cli","email","java","ovh","ovh-api"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HubertKuch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-24T21:37:57.000Z","updated_at":"2023-04-01T02:08:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6838ced-423b-453b-b49c-b52edf3454ac","html_url":"https://github.com/HubertKuch/ovh-mail-creator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HubertKuch/ovh-mail-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubertKuch%2Fovh-mail-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubertKuch%2Fovh-mail-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubertKuch%2Fovh-mail-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubertKuch%2Fovh-mail-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HubertKuch","download_url":"https://codeload.github.com/HubertKuch/ovh-mail-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HubertKuch%2Fovh-mail-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271737552,"owners_count":24812154,"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-23T02:00:09.327Z","response_time":69,"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":["automation","bot","cli","email","java","ovh","ovh-api"],"created_at":"2024-11-26T13:22:25.317Z","updated_at":"2025-08-23T03:33:54.690Z","avatar_url":"https://github.com/HubertKuch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CLI for emails automation on OVH\n\n### Requirements\n\nJava 17 or higher\n\n### Build\n\nLinux/MacOS\n\n```bash\ngit clone https://github.com/HubertKuch/ovh-mail-creator.git\ncd ovh-mail-creator\n./mvnw clean \u0026\u0026 ./mvnw install\n```\n\nWindows\n\n```bash\ngit clone https://github.com/HubertKuch/ovh-mail-creator.git\ncd ovh-mail-creator\n.\\mvnw.cmd clean \u0026\u0026 .\\mvnw.cmd install\n```\n\n### Configuration\n\n```yaml\novh:\n  app-secret: \u003c\u003e\n  app-key: \u003c\u003e\n  consumer-key: \u003c\u003e\n  endpoint: \u003c\u003e\n```\n\n### Available commands\n\n\u003cdetails\u003e\n    \u003csummary\u003ecreate-email\u003c/summary\u003e\nCreate X emails on specify domain\n\n### Options\n\n*`--count` How many emails create \u003cbr\u003e\n*`--domain` OVH domain \u003cbr\u003e\n*`--password` Password for emails \u003cbr\u003e\n*`--base` Base email name for example `test` and everyone mail will be created with\n`test_{random ten letters}` \u003cbr\u003e\n`--size` Size in bytes \u003cbr\u003e\n`--description` Description\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eget-emails\u003c/summary\u003e\nGet all emails\n\n### Options\n\n*`--domain` OVH domain \u003cbr\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003edelete-emails\u003c/summary\u003e\nDelete all emails from domain\n\n### Options\n\n*`--domain` OVH domain \u003cbr\u003e\n\u003c/details\u003e\n\n### Generate json sample\n\n```json\n[\n  {\n    \"id\": 24142,\n    \"name\": \"test\",\n    \"email\": \"test@test.com\",\n    \"domain\": \"test.com\",\n    \"password\": \"test\"\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubertkuch%2Fovh-mail-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubertkuch%2Fovh-mail-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubertkuch%2Fovh-mail-creator/lists"}