Git Product home page Git Product logo

orario-sync_unibo's Introduction

orario-sync_unibo

This is a Python backend using lambdas that downloads a course's schedule from my college's servers and converts it to ical. Right now it works for the majority of unibo's courses.

Questo è un backend in Python basato su lambda function che converte l'orario delle lezioni della mia università in formato ical. Per ora funziona con la maggior parte dei corsi dell'unibo.

Usage

A React-based GUI is available at http://kmfrick.github.io/orario-sync_react

Un'interfaccia basata su React è disponibile all'indirizzo http://kmfrick.github.io/orario-sync_react

Lambdas

  • /getschools.py

    • Gets a list of unibo's schools
    • Genera una lista delle Scuole dell'unibo
  • /getcourses.py

    • Gets a list of the selected school's courses
    • Genera una lista dei corsi di studio afferenti alla Scuola selezionata
    • args: school
  • /getcurricula.py

    • Gets a list of the available curricula for the selected course and year
    • Genera una lista dei curricula disponibili per il corso di studio e l'anno selezionati
    • args: school, course_number, year
  • /getclasses.py

    • Gets a list of the available for the selected course, year and curriculum
    • Genera una lista dei corsi disponibili per il corso di studi, nell'anno e per il curriculum selezionati
    • args: school, course_number, year, curr
  • /getical.py

    • Generates the iCal file with the schedule for the selected course/year/curriculum, with only the selected classes included
    • Uses a bitmask to map which classes are selected
    • Genera il file iCal contenente l'orario per il corso selezionato, nell'anno e per il curriculum selezionati, includendo solo i corsi selezionati
    • Usa una maschera binaria per esprimere le classi selezionate
    • args: school, course_number, year, curr, classes

orario-sync_unibo's People

Contributors

dependabot[bot] avatar

Watchers

James Cloos avatar Kevin Michael Frick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.