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

panholt/sparkpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparkpy: A python3 module for Cisco Spark APIs

sparkpy is an module for Cisco Spark APIs written for python3.

Usage is simple:

>>> from sparkpy import Spark
>>> spark = Spark()  # Use the SPARK_TOKEN environment varible
>>> # Alternatively spark = Spark('MY TOKEN')
>>> for room in spark.rooms:
... print(f'{room.title}')
>>> room = spark.create_room('Sample Room')
>>> room.add_member('email@isp.com')

About

Python 3.6 Module for Cisco Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages