Skip to content

A Python Script that will remove a user from Cisco Spark spaces that have been inactive for over a defined period of time.

Notifications You must be signed in to change notification settings

bigdwg71/Spark_Leave_Inactive_Spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Spark_Leave_Inactive_Spaces

A Python Script that will remove a user from Cisco Spark spaces that have been inactive for over a defined period of time.

Requires Python3 (3.6.1 used for development) with the requests and python-dateutil modules.

Install commands for the modules:

pip3 install requests

pip3 install python-dateutil

Also requires a Cisco Spark authorization token obtained from developer.ciscospark.com

Get started: python leaveInactiveSpaces.py -h

About

A Python Script that will remove a user from Cisco Spark spaces that have been inactive for over a defined period of time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages