MousePy

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

For more information regarding Mouseflow’s RESTful’s implementation and how to configure the API keys, please refer to Mouseflow’s official documentation.

Example

List all available websites

connection = Mouseflow(
    user,
    token
)

list_of_websites = connection.websites().list()

Select a specific site

connection = Mouseflow(
    user,
    token
)

website = connection.websites("website name or id")

Credits

NEWCRAFT empower companies to accelerate by using our craftsmanship. Our clients understand that new technology and new customer behavior create large-scale opportunities for growth. To compete with fast growing and agile disruptors, our clients are determined to capitalize their huge industry experience. NEWCRAFT help them grow faster with acceleration consultancy, digital marketing and data science.

In releasing this client API to the public, NEWCRAFT hopes to facilitate the Python community’s work when implementing Mouseflow within their developement stack.

Our data science team helps you in the process of structuring databases, connecting APIs, and managing your digital management platform in order to unlock actionable insights. Other areas of expertise are product trend discovery, machine learning, IoT, and predictive analytics.

If you, or your business, need our help implementing or integrating technologies such as Mouseflow, contact us at info@newcraftgroup.com.

Indices and tables