{"id":15355451,"url":"https://github.com/ittus/python-mixpanel3","last_synced_at":"2025-10-12T15:10:20.813Z","repository":{"id":57442049,"uuid":"54310835","full_name":"ittus/python-mixpanel3","owner":"ittus","description":"An utility to work with mixpanel API and python 3","archived":false,"fork":false,"pushed_at":"2016-03-20T10:17:41.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T11:50:22.366Z","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/ittus.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":"2016-03-20T10:00:04.000Z","updated_at":"2016-08-21T22:26:36.000Z","dependencies_parsed_at":"2022-09-19T14:20:58.888Z","dependency_job_id":null,"html_url":"https://github.com/ittus/python-mixpanel3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittus%2Fpython-mixpanel3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittus%2Fpython-mixpanel3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittus%2Fpython-mixpanel3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittus%2Fpython-mixpanel3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ittus","download_url":"https://codeload.github.com/ittus/python-mixpanel3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247307968,"owners_count":20917601,"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-01T12:24:26.899Z","updated_at":"2025-10-12T15:10:15.773Z","avatar_url":"https://github.com/ittus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"An utility library to work with Mixpanel API and python 3\n\n# Installation\n```\npip install mixpanel3\n```\n# Example\n\n```\nmixpanel = Mixpanel(api_key=API_KEY, api_secret=API_SECRET)\n\ndate_format = \"%Y-%m-%d\"\ndate_now = datetime.datetime.utcnow()\ndate_last_week = date_now - datetime.timedelta(days=7)\n\nquery_params = {\n    'event': EVENT_EXAMPLE,\n    'from_date': str(date_now.strftime(date_format)),\n    'to_date': str(date_now.strftime(date_format)),\n    'format': 'json',\n    'on': 'properties[\"' + PROPERTIES_FIELD_EXAMPLE + '\"]',\n}\n\nresponse = mixpanel.get_request(methods='segmentation/numeric', params=query_params)\n```\n\n#REQUIRE LIBRARY\n\n[Python Request](https://github.com/kennethreitz/requests)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fittus%2Fpython-mixpanel3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fittus%2Fpython-mixpanel3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fittus%2Fpython-mixpanel3/lists"}