{"id":22000758,"url":"https://github.com/irevenko/spamchk","last_synced_at":"2025-05-01T02:47:48.151Z","repository":{"id":54788694,"uuid":"332909508","full_name":"irevenko/spamchk","owner":"irevenko","description":"🔎⚠️ A tiny spam detection library ","archived":false,"fork":false,"pushed_at":"2021-01-29T06:00:29.000Z","size":52,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-06-19T06:54:17.422Z","etag":null,"topics":["go","golang","golang-library","golang-package","library","spam"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/irevenko/spamchk","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/irevenko.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}},"created_at":"2021-01-25T23:07:05.000Z","updated_at":"2023-03-04T04:40:31.000Z","dependencies_parsed_at":"2022-08-14T03:00:42.710Z","dependency_job_id":null,"html_url":"https://github.com/irevenko/spamchk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fspamchk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fspamchk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fspamchk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Fspamchk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irevenko","download_url":"https://codeload.github.com/irevenko/spamchk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227230615,"owners_count":17751472,"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":["go","golang","golang-library","golang-package","library","spam"],"created_at":"2024-11-29T23:11:01.509Z","updated_at":"2024-11-29T23:11:16.093Z","avatar_url":"https://github.com/irevenko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spamchk 🔎🧾\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/irevenko/spamchk.svg)](https://pkg.go.dev/github.com/irevenko/spamchk)\n\n\u003e A tiny Go library which checks text for spam \n\n\u003cimg src=\"logo.png\" width=\"240\"\u003e \u003cbr\u003e\nThe lib is a client for \u003ca href=\"https://plino.herokuapp.com/\"\u003ePlino\u003c/a\u003e - spam filtering system \u003cbr\u003e\nIt is suitable for e-mail or SMS verification but feel free to try and find out what it works good with!\n\n# Usage 🖥\n### verify string\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    spam \"github.com/irevenko/spamchk\"\n)\n\nfunc main() {\n    checkString := spam.IsStringSpam(\"Congrats you've won the Tesla car!\")\n    fmt.Println(checkString)\n}\n```\n### verify text file\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    spam \"github.com/irevenko/spamchk\"\n)\n\nfunc main() {\n    checkFile := spam.IsTextFileSpam(\"test.txt\")\n    fmt.Println(checkFile)\n}\n```\n\n# Contributing 🤝\nContributions, issues and feature requests are welcome! 👍 \u003cbr\u003e\nFeel free to check [open issues](https://github.com/irevenko/what-anime-cli/issues).\n\n# What I Learned 🧠\n- Text Processing\n- How to create libraries in GoLang\n\n# License 📑 \n(c) 2021 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevenko%2Fspamchk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firevenko%2Fspamchk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevenko%2Fspamchk/lists"}