Skip to content

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

License

Notifications You must be signed in to change notification settings

socialmetrix/quantumpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

from quantumpy import QuantumAPI

# Initialize connection with the api, providing your api_secret
api_secret = '1357c94eccd047b78e66ebe78675d3dfd27be69f'
q = QuantumAPI(api_secret)

# Get all projects associated with account
projects = q.get_projects()
for project in projects:
  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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%