{"id":15687911,"url":"https://github.com/orisano/sese","last_synced_at":"2025-05-07T20:07:25.628Z","repository":{"id":54570178,"uuid":"172124421","full_name":"orisano/sese","owner":"orisano","description":"sese is extended ses mock based on moto-server","archived":false,"fork":false,"pushed_at":"2023-08-02T02:49:00.000Z","size":272,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T20:07:10.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/orisano.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":"2019-02-22T19:37:19.000Z","updated_at":"2023-03-10T08:16:58.000Z","dependencies_parsed_at":"2024-10-23T20:43:11.319Z","dependency_job_id":null,"html_url":"https://github.com/orisano/sese","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fsese","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fsese/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fsese/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fsese/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orisano","download_url":"https://codeload.github.com/orisano/sese/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949272,"owners_count":21830151,"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":[],"created_at":"2024-10-03T17:51:32.135Z","updated_at":"2025-05-07T20:07:25.603Z","avatar_url":"https://github.com/orisano.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sese\nsese is moto-server based extended ses mock.\n\n## How to use\n### Server\n```bash\ndocker pull orisano/sese\ndocker run --init -p 5000:5000 orisano/sese\n```\n\nor\n```bash\ngit clone --depth=1 https://github.com/orisano/sese\ncd sese\ndocker build -t sese .\ndocker run --init -p 5000:5000 sese\n```\n\n### Client\n```bash\n# pip install awscli\n# aws configure\naws --endpoint-url http://localhost:5000 ses verify-domain-identity --domain example.com\naws --endpoint-url http://localhost:5000 ses send-email --from me@example.com --to to@example.com --subject Test --text Hello\ncurl http://localhost:5000/message/to@example.com\n```\n```json\n[\n  {\n    \"body\": \"Hello\",\n    \"source\": \"me@example.com\",\n    \"subject\": \"Test\"\n  }\n]\n```\n\n## Author\nNao Yonashiro (@orisano)\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fsese","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forisano%2Fsese","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fsese/lists"}