Skip to content
This repository has been 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()