Skip to main content

Unofficial Python API for Odyssee

Project description

PyPI Version Downloads

Odyssee API

Provides an unofficial API for the Odyssee platform, allowing users to access and interact with their data programmatically.

Features

  • download applications of candidates as zip files
  • get information about candidates
  • get information about committee members
  • get information about institutions
  • get keywords
  • assign applications to committee members
  • download reports from committee members
  • provide decision on each candidate after the first round of evaluation

Installation

pip install odysseeapi

Minimal example

from odysseeapi.OdysseeCOS import OdysseeCOS

numposte = "123456"
username = "xyz"
password = "abc"

# Initialize the API client with the numposte and use_cache set to True
# setting use_cache to False forces the API client to fetch fresh data from the server for each request, while setting it to True allows the client to use cached data if available
odyssee = OdysseeCOS(numposte, True)

# The following line is used to authenticate the user and obtain the necessary cookies and bearer token for subsequent API calls. It is optional when using the cached data
odyssee.authenticate(username, password)

# Download the applications of the candidates in the specified directory
odyssee.download_applications('dossiers_candidats')

candidates = odyssee.get_candidates()
print(candidates)

rapporteurs = odyssee.get_committee_members()
print(rapporteurs)

etablissements = odyssee.get_institutions()
print(etablissements)

keywords = odyssee.get_keywords()
print(keywords)

candidates_with_details = odyssee.get_candidates_with_details()
print(candidates_with_details)

# odyssee.assign_jury_members_to_candidate("f1e2d3c4-b5a6-4789-9876-543210fedcba", "123456", "78910")

# Download the reports of the committee members for the candidates in the specified directory
# odyssee.downloadReports("rapportsOdyssee")

# At the end of the first jury meeting, record the opinion for each candidate and the results of the vote
# odyssee.opinion_for_interview("f1e2d3c4-b5a6-4789-9876-543210fedcba", "A", "Motif audition", 16, 16, 0, 0, 16, 0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odysseeapi-1.0.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

odysseeapi-1.0.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file odysseeapi-1.0.0.tar.gz.

File metadata

  • Download URL: odysseeapi-1.0.0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for odysseeapi-1.0.0.tar.gz
Algorithm Hash digest
SHA256 66f282eae160624cbaab398d40977b31af20e73d7d1ca741f4c1c470cb4687d7
MD5 0ab692527aa81ab7ed3a27983d8d6505
BLAKE2b-256 a4da96abb80d363c4dcaa3aceeccb8395be3213124bd499a160ff5f137398c40

See more details on using hashes here.

File details

Details for the file odysseeapi-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: odysseeapi-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for odysseeapi-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 505dacde6048f5cc5ad56092c3480e42da9e678f7139382beb9a83ac37c0d69e
MD5 ee5f6014ed65c60f8b4e71bf30967199
BLAKE2b-256 b0baeea29cd8e6b6852c1b44f96b270bc172ea62c0bb53a9d035edd386b18b60

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page