otaku_info_web package

Subpackages

Submodules

otaku_info_web.Config module

class otaku_info_web.Config.Config

Bases: puffotter.flask.Config.Config

Configuration for the flask application

TELEGRAM_API_KEY: str = None

API Key for the telegram bot used for notification messages

TELEGRAM_BOT_CONNECTION: TelegramBotConnection = None

Single Telegram bot connection used for all telegram communications

classmethod initialize_telegram()

Initializes the telegram bot connection :return: None

otaku_info_web.main module

otaku_info_web.main.main()

Starts the flask application :return: None

otaku_info_web.template_extras module

otaku_info_web.template_extras.profile_extras() → Dict[str, Any]

Makes sure that the profile page displays service usernames :return: The variables to forward to the template

Module contents

otaku_info_web.root_path: str = '/usr/local/lib/python3.6/dist-packages/otaku_info_web-0.1.0-py3.6.egg/otaku_info_web'

The root path of the application

otaku_info_web.sentry_dsn = 'https://f899b0c46d324f37b83527a3994afd8d@sentry.namibsun.net/18'

The sentry DSN used for error logging