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

gdmachado/quantumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantumpy

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

Usage

from quantumpy import QuantumAPI

# Initialize connection with the api, providing account_id and your JWT token
c = QuantumAPI(account_id, jwt_token)

# Get all projects associated with account
projects = c.get_projects()

Installation

$ pip install quantumpy

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages