GithubHelp home page GithubHelp logo

toddbirchard / mixpanel-delete-profiles Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 13 KB

:large_blue_circle: :large_blue_circle: :large_blue_circle: Avoid Mixpanel overage charges by identifying and deleting incomplete user profiles.

License: MIT License

Python 100.00%
mixpanel python mixpanel-api pandas api

mixpanel-delete-profiles's Introduction

Mixpanel Delete User Profiles

Python Mixpanel GitHub Last Commit GitHub Issues GitHub Stars GitHub Forks

Avoid Mixpanel overage charges by identifying and deleting incomplete user profiles.

Getting Started

This script assumes you've exported a CSV of your Mixpanel users via the Mixpanel UI, as I'm too lazy to write a script to do this for you.

Installation

Install and run this bot via any of the 3 methods below:

Installation via requirements.txt:

$ git clone https://github.com/toddbirchard/mixpanel-delete-profiles.git
$ cd mixpanel-delete-profiles
$ python3 -m venv myenv
$ source myenv/bin/activate
$ pip3 install -r requirements.txt
$ python3 main.py

Installation via Pipenv:

$ git clone https://github.com/toddbirchard/mixpanel-delete-profiles.git
$ cd mixpanel-delete-profiles
$ pipenv shell
$ pipenv update
$ python3 main.py

Installation via Poetry:

$ git clone https://github.com/toddbirchard/mixpanel-delete-profiles.git
$ cd mixpanel-delete-profiles
$ poetry shell
$ poetry update
$ poetry run

Configuration

Replace the values in .env.example with your values and rename this file to .env:

  • MIXPANEL_API_TOKEN: Your Mixpanel API token.

Remember never to commit secrets saved in .env files to Github.

mixpanel-delete-profiles's People

Contributors

toddbirchard avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.