Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Calendario académico #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

TobiasCarreira
Copy link
Member

Agrega:

  • Comando para pedirle las fechas de finales
  • Comando para ver la info de un cuatrimestre (inicio, fin, encuestas)

Pendiente:

  • Manejar excepciones y loggear errores
  • Pasar el request de la web de exactas a un job que corra cada tanto
  • Ordenar cosas?

Comment on lines +6 to +7
DateTime
beautifulsoup4
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te fijaste q pip no explote con esto? (?)



def final(update, context):
# TODO: hacer el request en un job
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y por que no lo hiciste? xD



def info_calendario_academico():
# TODO: manejar excepciones
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Que falta?
Me van a llegar errores por privado si raisea una excepcion


def info_calendario_academico():
# TODO: manejar excepciones
# TODO: loggear errores
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

que hay que loggear?
usar el logger es bastante facil

@@ -0,0 +1,110 @@
from bs4 import BeautifulSoup
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cambiale a calendario_academico.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants