github_upload_fix module

async github_upload_fix.github_upload_new_file(update, context)[source]

בקשה להעלאת קובץ חדש לגיטהאב

async github_upload_fix.handle_document_fixed(update, context)[source]

טיפול בקובץ שהתקבל

Parameters:
  • update (telegram.Update)

  • context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async github_upload_fix.upload_to_github_fixed(update, context, status_message)[source]

העלאה מתוקנת לגיטהאב

async github_upload_fix.setup_minimal_commands(application)[source]

מחיקת כל הפקודות והשארת רק stats למנהל

Return type:

None

Parameters:

application (telegram.ext.Application)

async github_upload_fix.stats_command_secured(update, context)[source]

הצג סטטיסטיקות - רק לאמיר בירון

Parameters:
  • update (telegram.Update)

  • context (telegram.ext.ContextTypes.DEFAULT_TYPE)

async github_upload_fix.check_commands(update, context)[source]

בדיקת הפקודות הזמינות (רק לאמיר)

Parameters:
  • update (telegram.Update)

  • context (telegram.ext.ContextTypes.DEFAULT_TYPE)