Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

newcraftgroup/mousepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MousePy

MousePy's aim is to provide a simple abstraction layer for Mouseflow's RESTful API.

Getting started

Documentation

https://newcraftgroup.github.io/mousepy

Installation

pip install mousepy

Example use

import mousepy

connection = Mouseflow(
    user,
    token
)

list_of_websites = connection.websites().list()

About

A Python API wrapper for Mouseflow

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages