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

Latest commit

 

History

History
30 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 603 Bytes

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()