Coder Social home page Coder Social logo

py-kissmetrics's Introduction

** This repository is now deprecated, please see https://github.com/kissmetrics/KISSmetrics/releases/tag/v1.0.0
for the final versions of all included clients **

KISSmetrics is different from other analytics platforms due to a combination of
three key features. We focus on funnels and conversions and make them easy to
track and interpret, use people as the basic unit of measure, and support
tracking of highly-flexible custom data through our simple API.

Find out more at http://www.kissmetrics.com

* ruby client has moved to https://github.com/kissmetrics/km
* php client has moved to https://github.com/kissmetrics/kissmetrics-php
* python client has moved to https://github.com/kissmetrics/py-KISSmetrics
* perl client is complete with crontab option (untested)

py-kissmetrics's People

Contributors

ewdurbin avatar lenards avatar nathanielwroblewski avatar njm avatar supernullset avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

py-kissmetrics's Issues

Support for timestamps submitted as floats

From Dylan:
"
Currently, if someone using the Python library (and potentially other libraries) tries to send in a float as a timestamp, it gets converted to something like 1426982400.0. This doesn't generate any errors, and it shows up in the live tab just fine, but any events recorded with this timestamp won't be properly processed and won't show up in a user's account.
"

When pip installing, the dependency ``urllib3`` is not be installed

I'm working in a python2.7 environment that has been brew installd (yes, I feel shame). When I do a pip install from the GitHub repo, I'm not seeing the dependency installed:

$ pip install -e git://github.com/kissmetrics/py-KISSmetrics#egg=KISSmetrics

What I'm seeing at the shell is included below:

$ pip install -e git://github.com/kissmetrics/py-KISSmetrics#egg=KISSmetrics
Obtaining KISSmetrics from git+git://github.com/kissmetrics/py-KISSmetrics#egg=KISSmetrics
  Cloning git://github.com/kissmetrics/py-KISSmetrics to ./env/src/kissmetrics
  Running setup.py egg_info for package KISSmetrics

Installing collected packages: KISSmetrics
  Running setup.py develop for KISSmetrics

    Creating /Users/lenards/dev/playpen/test-py-kissmetrics/env/lib/python2.7/site-packages/KISSmetrics.egg-link (link to .)
    Adding KISSmetrics develop to easy-install.pth file

    Installed /Users/lenards/dev/playpen/test-py-kissmetrics/env/src/kissmetrics
Successfully installed KISSmetrics
Cleaning up...

This could just be my wonky environment and will give in to that - but wanted to mention this because I would expect it to pip install cleanly.

Add timeout to KM client

We need to have opportunity to set http_timeout on connection in order not to stuck into request to kissmetrics server.

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.