Skip to content

skyportal/skyportal-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyPortal Scripts

Scripts and notebooks to interact with the SkyPortal API. See the SkyPortal and API documentation for more details on available endpoints and usage.

Installation

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Configuration

Copy the environment template and fill in your API token:

cp .env.default .env

Edit .env:

  • Set SKYPORTAL_URL to your SkyPortal instance, e.g. https://fritz.science/, https://skyportal-icare.ijclab.in2p3.fr/, https://orcusgate.org/
  • Set SKYPORTAL_TOKEN to your API token (found on the bottom of your SkyPortal /profile page)

Usage

jupyter notebook fetch_candidates.ipynb

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors