k-nut / ptoutline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PT-Outline Automator

Python script to download prototype fund surveys, upload and finalize answers at PT-Outline, an online survey tool of DLR.

  • Downloads resources associated
  • Allows offline editing in a YAML file
  • Quick bulk upload your answers and 'finalise' them

Install

Needs python3.

pip3 install -r requirements.txt

Usage

  1. Find your Survey round number in the URL: https://secure.pt-dlr.de/ptoutline/expert/surveys/index/239
  2. Run python3 ptoutline.py download 239 <your-email> and enter your password.
  3. Find project PDFs and YAML files in a directory called round_239
  4. Fill out all the YAML files. Ratings can be one of 0, 5, 10, 20 (higher is better).
  5. Run python3 ptoutline.py upload 239 <your-email> to upload your answers.
  6. To finalise everything (no undo!) run python3 ptoutline.py finalise 239 <your-email>

About

License:MIT License


Languages

Language:Python 100.0%