Skip to content
Snippets Groups Projects
Select Git revision
  • d3be287368510353691c20ce681722a73b0f51f0
  • main default protected
  • feature/export-filtering
  • feature/clear-schedule-button
  • fix/responsive-cols-in-polls
  • feature/preference-polling-form
  • feature/json-export-via-rest-framework
  • feature/json-schedule-import-tests
  • fix/add-room-import-only-once
  • ak-import
  • renovate/django-simple-history-3.x
  • renovate/django-debug-toolbar-4.x
  • renovate/django-5.x
  • renovate/mysqlclient-2.x
14 results

AKModel

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Install

    To install all requirements simply type pip install -r requirements.txt. It is recommended to use a virtualenv

    Usage

    check output

    usage: program_info.py [-h] [--preview]
    
    UFC Programminfo Bot
    
    optional arguments:
      -h, --help  show this help message and exit
      --preview   Überprüfe die nächsten 7 Tage statt nur den nächsten Tag.

    twitter

    usage: twitter_bot.py [-h] [--doit] [--nofailmessage] [--dest DEST]
                          [--daydiff DAY_DIFF]
    
    UFC Twitter Bot
    
    optional arguments:
      -h, --help          show this help message and exit
      --doit              Sendet die Nachricht über den UFC Twitter Account,
                          anstatt sie nur auszugeben
      --nofailmessage     Unterdrückt die Nachricht, dass kein Event gefunden
                          wurde
      --dest DEST         Schreibe DEST per mention an
      --daydiff DAY_DIFF  Prüfe ob in DAY_DIFF Tagen ein Event stattfindet anstatt
                          morgen.

    telegram

    usage: telegram_bot.py [-h] [--doit] [--nofailmessage] [--dest DEST]
                           [--daydiff DAY_DIFF]
    
    UFC Telegram Bot
    
    optional arguments:
      -h, --help          show this help message and exit
      --doit              Sendet die Nachricht an den UFC Channel, anstatt nur
                          eine Ausgabe zu machen
      --nofailmessage     Unterdrückt die Nachricht, dass kein Event gefunden
                          wurde
      --dest DEST         Alternativer Telegramchat
      --daydiff DAY_DIFF  Prüfe ob in DAY_DIFF Tagen ein Event stattfindet anstatt
                          morgen.