Skip to content

Python API/Client for the G-Node Conference App

Notifications You must be signed in to change notification settings

twachtler/GCA-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCA-Python

Python client for the G-Node Conference Application Suite.

Basic usage:

Download all abstracts of a given conference and store in them in abs.json:

./gca-client http://abstracts.g-node.org abstracts <Conference> > abs.json

Download all figures for a conference:

./gca-select abs.json figures.uuid | xargs ./gca-client http://abstracts.g-node.org image --path=images

About

Python API/Client for the G-Node Conference App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%