{"id":43169371,"url":"https://github.com/golevi/spamcheck","last_synced_at":"2026-02-01T02:16:16.386Z","repository":{"id":119690315,"uuid":"265683140","full_name":"golevi/spamcheck","owner":"golevi","description":"Simple client for the Postmark API spam checker.","archived":false,"fork":false,"pushed_at":"2020-12-01T01:45:26.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T06:31:44.864Z","etag":null,"topics":["api","client","email","go","golang","postmark","spam","spam-detection"],"latest_commit_sha":null,"homepage":"","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/golevi.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-20T20:50:28.000Z","updated_at":"2020-12-01T01:45:55.000Z","dependencies_parsed_at":"2023-07-26T23:00:08.696Z","dependency_job_id":null,"html_url":"https://github.com/golevi/spamcheck","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/golevi/spamcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevi%2Fspamcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevi%2Fspamcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevi%2Fspamcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevi%2Fspamcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golevi","download_url":"https://codeload.github.com/golevi/spamcheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golevi%2Fspamcheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28965042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T02:14:24.993Z","status":"ssl_error","status_checked_at":"2026-02-01T02:13:55.706Z","response_time":56,"last_error":"SSL_read: 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":["api","client","email","go","golang","postmark","spam","spam-detection"],"created_at":"2026-02-01T02:16:15.570Z","updated_at":"2026-02-01T02:16:16.371Z","avatar_url":"https://github.com/golevi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spamcheck\n\n![CodeQL](https://github.com/golevi/spamcheck/workflows/CodeQL/badge.svg)\n\nspamcheck uses Postmark's spam API. The API is free to use. No API key is\nrequired. For more information visit https://spamcheck.postmarkapp.com/.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/golevi/spamcheck\"\n)\n\nconst msg string = `hello i give you money`\n\nfunc main() {\n\treq := \u0026spamcheck.Request{\n\t\tEmail:   msg,\n\t\tOptions: spamcheck.Long,\n\t\t// Options: spamcheck.Short,\n\t}\n\n\tresp, err := req.Process()\n\tif err != nil {\n\t\tlog.Println(err)\n\t}\n\tfmt.Println(resp)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolevi%2Fspamcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolevi%2Fspamcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolevi%2Fspamcheck/lists"}