{"id":17988417,"url":"https://github.com/coelhucas/godot-posthog","last_synced_at":"2025-06-25T19:02:47.104Z","repository":{"id":221565822,"uuid":"754747943","full_name":"coelhucas/godot-posthog","owner":"coelhucas","description":"📊 Godot 4.X integration for PostHog API","archived":false,"fork":false,"pushed_at":"2024-02-08T19:02:43.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T19:02:45.166Z","etag":null,"topics":["analytics","godot","godot-engine","posthog"],"latest_commit_sha":null,"homepage":"","language":"GDScript","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/coelhucas.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":"2024-02-08T17:35:42.000Z","updated_at":"2025-02-27T08:33:46.000Z","dependencies_parsed_at":"2024-02-08T19:08:04.961Z","dependency_job_id":null,"html_url":"https://github.com/coelhucas/godot-posthog","commit_stats":null,"previous_names":["coelhucas/godot-posthog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coelhucas/godot-posthog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fgodot-posthog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fgodot-posthog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fgodot-posthog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fgodot-posthog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coelhucas","download_url":"https://codeload.github.com/coelhucas/godot-posthog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhucas%2Fgodot-posthog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937022,"owners_count":23232843,"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":["analytics","godot","godot-engine","posthog"],"created_at":"2024-10-29T19:11:38.481Z","updated_at":"2025-06-25T19:02:47.079Z","avatar_url":"https://github.com/coelhucas.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Godot PostHog\n\nIntegration of PostHog API for Godot 4.X\nMade on top of [@WolfgangSenff](https://github.com/WolfgangSenff)'s [PostHogPlugin](https://github.com/WolfgangSenff/KylesGodotPlugins/blob/master/PostHogPlugin/)\n\n## Usage\n\nPut `posthog/` folder inside `res://addons/`\n\nOnce the plugin is added, your project will get a new global setting, `Posthog API Key`\n![image](https://github.com/WolfgangSenff/KylesGodotPlugins/assets/28108272/e5a277dd-9490-49ec-b2f5-8e4d6e16737f)\n\nSet it to your API Key and then you'll be able to send your events as follows:\n```gdscript\nvar _ev := PostHogEvent.new()\n_ev.event_name = \"Your event name\"\n_ev.distinct_id = \"an unique identifier\"\n_ev.properties = { \"some_key\": \"a value\", \"another_key\": \"value\" }\n\nPostHog.send_event(_ev)\n```\n\nA `timestamp` is optional, will be set to the server one if none is sent.\n\nAn example of a custom event send to their analytics dashboard:\n\n![image](https://github.com/coelhucas/godot-posthog/assets/28108272/98da1a88-159a-46b3-a04c-a633226922aa)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoelhucas%2Fgodot-posthog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoelhucas%2Fgodot-posthog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoelhucas%2Fgodot-posthog/lists"}