Skip to content

Repository files navigation

Quantumpy

An ultra simple wrapper for the Socialmetrix Quantum API, with basic functionality

Usage

You will need an active account and your API Secret to authenticate. Check the official documentation to obtain yours.

fromquantumpyimportQuantumAPI# Initialize connection with the api, providing your api_secretapi_secret='1357c94eccd047b78e66ebe78675d3dfd27be69f'q=QuantumAPI(api_secret)
# Get all projects associated with accountprojects=q.get_projects()
forprojectinprojects:
print(project['name'])

Installation

git checkout https://github.com/socialmetrix/quantumpy.git quantumpy
cd quantumpy
pip install --upgrade --force-reinstall -e .
pip show quantumpy

API Documentation

Original API docs are available here

About

An ultra simple wrapper for the Socialmetrix Quantum API, with basic functionality

Topics

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages