Skip to content

leschekfm/Spond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spond

spond logo

Simple library with some example scripts to access data from Spond.

Usage

Unless you haven't already, install pipenv as documented https://packaging.python.org/en/latest/tutorials/managing-dependencies/

Run pipenv install

Rename config.py.sample to config.py and set your Spond username and password in that file.

Run pipenv run python3 ical.py which will generate an ics-file (exports/spond.ics) of the upcoming events in Spond (which can then be imported into any calendar, or even put up on a web page to be subscribed to by different calendar apps.

Run pipenv run python3 groups.py which will simply dump all your groups and group members to a JSON file (exports/<group name>.json)

Run pipenv run python3 attendance.py to create a CSV file containing a list of all events with their host's attendance (exports/attendance.csv)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%