{"id":17003249,"url":"https://github.com/jayfk/django-keen","last_synced_at":"2026-05-15T08:04:10.401Z","repository":{"id":19368309,"uuid":"22608454","full_name":"jayfk/django-keen","owner":"jayfk","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-23T10:14:23.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T09:41:34.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jayfk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-04T15:05:16.000Z","updated_at":"2014-12-01T17:27:34.000Z","dependencies_parsed_at":"2022-09-13T14:51:52.722Z","dependency_job_id":null,"html_url":"https://github.com/jayfk/django-keen","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/jayfk%2Fdjango-keen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fdjango-keen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fdjango-keen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fdjango-keen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayfk","download_url":"https://codeload.github.com/jayfk/django-keen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937740,"owners_count":20535124,"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-14T04:30:05.063Z","updated_at":"2025-10-05T13:05:51.568Z","avatar_url":"https://github.com/jayfk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========\ndjango-keen\n===========\n\nSimple wrapper around the official keen.io client.::\n\n    from dkeen import add_event\n\n    add_event(\"user_subscribed\", {\"name\": user.username})\n\n\nInstallation\n=========\n\n    pip install django-keen\n\nConfiguration\n-------------\nput this in your django settings file\n\n    KEEN_PROJECT_ID = \"\"\n    KEEN_WRITE_KEY = \"\"\n    KEEN_READ_KEY = \"\"\n    KEEN_CELERY = False\n\nNote: Calls to keen.io are blocking (you have to wait for a response). If you have a running celery installation, set KEEN_CELERY to True. All calls to add_event or add_events will be called in a task to prevent the blocking.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfk%2Fdjango-keen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayfk%2Fdjango-keen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfk%2Fdjango-keen/lists"}