{"id":16334805,"url":"https://github.com/domenkozar/django-akismet-comments","last_synced_at":"2025-05-16T09:10:40.394Z","repository":{"id":6016525,"uuid":"7240012","full_name":"domenkozar/django-akismet-comments","owner":"domenkozar","description":"Django moderator for checking django.contrib.comments spam against akismet service.","archived":false,"fork":false,"pushed_at":"2012-12-19T14:34:29.000Z","size":112,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T11:07:41.559Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domenkozar.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","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":"2012-12-19T12:08:18.000Z","updated_at":"2019-07-15T08:53:00.000Z","dependencies_parsed_at":"2022-09-22T06:11:03.310Z","dependency_job_id":null,"html_url":"https://github.com/domenkozar/django-akismet-comments","commit_stats":null,"previous_names":["ielectric/django-akismet-comments"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fdjango-akismet-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fdjango-akismet-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fdjango-akismet-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domenkozar%2Fdjango-akismet-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domenkozar","download_url":"https://codeload.github.com/domenkozar/django-akismet-comments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501543,"owners_count":22081530,"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-10T23:39:19.074Z","updated_at":"2025-05-16T09:10:40.367Z","avatar_url":"https://github.com/domenkozar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django moderator for checking django.contrib.comments spam against akismet service.\n\n\nINSTALL\n=======\n\n::\n\n    $ pip install django-akismet-comments\n\n\nUSAGE\n=====\n\n- First, you need to specify ``AKISMET_API_KEY`` in ``settings.py``\n- Add ``django_akismet_comments`` to ``INSTALLED_APPS`` in ``settings.py``\n- Register your models::\n   \n    from django.contrib.comments.moderation import moderator\n    from django_akismet_comments import AkismetModerator\n\n    ...\n\n    # where News is your model you want to moderate for comments\n    moderator.register(News, AkismetModerator)\n\n\nSettings\n========\n\n``AKISMET_API_KEY``\n    The api key of Akismet of your url.\n\n\nDEVELOP\n=======\n\n::\n\n    $ git clone https://github.com/iElectric/django-akismet-comments.git django-akismet-comments\n    $ cd django-akismet-comments\n    $ virtualenv .\n    $ source bin/activate\n    $ python setup.py develop\n    $ easy_install django-akismet-comments[test]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomenkozar%2Fdjango-akismet-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomenkozar%2Fdjango-akismet-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomenkozar%2Fdjango-akismet-comments/lists"}