• Stars
    star
    60
  • Rank 486,074 (Top 10 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 10 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Golang Mixpanel Client

Mixpanel Go Client

Usage

import "github.com/dukex/mixpanel"

--

documentation on godoc

Examples

Track

err := client.Track("13793", "Signed Up", map[string]interface{}{
	"Referred By": "Friend",
})

--

Identify and Update Operation

people := client.Identify("13793")

err := people.Track(map[string]interface{}{
	"Buy": "133"
})

err := people.Update("$set", map[string]interface{}{
	"Address":  "1313 Mockingbird Lane",
	"Birthday": "1948-01-01",
})

License

Released under the MIT License.

Author

Duke X (dukex)

More Repositories

1

go-auth

Simple auth flow to golang apps
Go
21
star
2

projdelei

A conta de Twitter @PROJdeLEI avisará, em tempo real, quando novos Projetos de Lei são criados por deputados ou senadores.
Ruby
11
star
3

uap-lua

A simple lua package for parsing user agent strings with the help of BrowserScope's UA database
Lua
7
star
4

gcmex

Google Cloud Messaging client library for elixir
Elixir
7
star
5

utopia

UtopiaData is a (easy)way to expose/open database
Ruby
6
star
6

ely

Run a api service inside the database
Go
6
star
7

expect.cr

Enable expect syntax in crystal specs
Crystal
6
star
8

moraraqui

JavaScript
6
star
9

github2trello

Integration gtihub => trello via webhooks
Go
5
star
10

saracura

Saracura is a SMS alert system for floodings and landslides.
C++
5
star
11

btsync

Go
5
star
12

go-workers-ui

JavaScript
4
star
13

api_metrosp

API to www.metro.sp.gov.br
Ruby
4
star
14

most-important-task

GNOME Shell Extension - show your most important task in Status Bar (using todoist as task provider)
JavaScript
3
star
15

adoteumpedido

O Adote um Pedido veio contornar um obstáculo ao acesso à informação no Brasil: aqui, ao contrário do que acontece em outros países, não é possível solicitar informações dos órgãos públicos de forma anônima.
Ruby
3
star
16

crystalshards

HTML
2
star
17

github

Crystal toolkit for the GitHub API
Crystal
2
star
18

mixboy

MPC in HTML5
CoffeeScript
2
star
19

api-virada-cultural

Ruby
2
star
20

estilingue

Ruby
2
star
21

ember-ahoy

Ember Addon to Ahoy.js
JavaScript
2
star
22

thacker

Web Platform for interaction of THacker community
Ruby
2
star
23

sally

Ruby
2
star
24

buffer

golang Buffer API
Go
2
star
25

better_router

A powerful, but for humans, flutter router
Dart
2
star
26

QuestionBank

See README
JavaScript
2
star
27

CCCL

Contato com os Correios via Command Line
Python
1
star
28

provisioning

1
star
29

hipchat-notifier

Very Very Very simple hipchat notifier in go
Go
1
star
30

pr-pilot

TypeScript
1
star
31

copa

Ruby wrapper to copatransparente website
Ruby
1
star
32

statikaj

Statikaj is a simple engine to create a static blog
Ruby
1
star
33

go-here

Go
1
star
34

oqueepodcast

CSS
1
star
35

boomerang-app

A small app to Diaspora, to share a part of my status on facebook and/or twitter with a link to my post on Diaspora
Ruby
1
star
36

kencurte

Go
1
star
37

nao-cole-no-seu-mural-safari-extension

Para remover aquelas mensagens que diz: "Se você [qualquer coisa] cole no seu mural"
JavaScript
1
star
38

sinatra-template

Template for sinatra app with Rspec
Ruby
1
star
39

mapeamentos-de-risco

1
star
40

uhura-soundcloud

Go
1
star
41

template.safariextension

My Template of Safari's extension
JavaScript
1
star
42

rss-google-groups

Ruby
1
star
43

socialcamara-video-convert

Ruby
1
star
44

menon

The greatest online courses portal.
Ruby
1
star
45

TrensSP

App para Android que mostra status dos trens da CPTM e do Metro com dados do http://databr.io
Java
1
star
46

cr

Making code review easy (app made with electron+react)
CoffeeScript
1
star