Skip to main content

Access your gotify server.

Project description

python-gotify

This python module allows to manage and send messages to your gotify server without handling requests manually.

Installation

python-gotify can be installed from PyPi using pip:

pip install gotify

Usage

To send messages:

import gotify

gotify_obj = gotify.gotify(
    base_url="https://gotify.example.com",
    app_token="AsWIJhvlHb.xgKe",
)

gotify_obj.create_message(
    "Hello you wonderful people!",
    title="Hello World",
    priority=0,
)

Note: To send messages you need to create a new application and set app_token accordingly.

You can also manage things like applications:

import gotify

gotify_obj = gotify.gotify(
    base_url="https://gotify.example.com",
    client_token="CoLwHBCAr8z2MMA",
)

app = gotify_obj.create_application("foobar", description="test application")

print("Created new application:", app)

would result in

Created new application: {'id': 42, 'token': 'ArHD_yGYf63-A13', 'name': 'fooba
r', 'description': 'test application', 'internal': False, 'image': 'static/def
aultapp.png'}

Note: For most things you need to create a new client and set client_token accordingly.

This module tries to implement every endpoint of the gotify API as an instance method of the gotify class. If you use only one gotify instance, you can use the module-level functions instead, which then use an internal gotify object.

More details about the capabilities of gotify's API can be found in its API documentation.

Note: since I don't use any gotify plugins, plugin-related functions are completely untested.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gotify-0.3.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gotify-0.3-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file gotify-0.3.tar.gz.

File metadata

  • Download URL: gotify-0.3.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.27.1

File hashes

Hashes for gotify-0.3.tar.gz
Algorithm Hash digest
SHA256 4e02ec43bee55e33c0b6c6dd594e57c2bed892fec28dc772aeaf9129999f653c
MD5 7c9287ce49009f60babc1391c1a482e8
BLAKE2b-256 74691e3705321c4bb3bdbf5c946994b56005f17f1d6bacfe92ce9655ced49562

See more details on using hashes here.

File details

Details for the file gotify-0.3-py3-none-any.whl.

File metadata

  • Download URL: gotify-0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.27.1

File hashes

Hashes for gotify-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 58f81458162aad0c010c15a100095c9c8839aee425bb3c583f2dd853bc185eb0
MD5 5260f46b855a6925e35d5e1b9dbc91b5
BLAKE2b-256 3326026bb238c79334c6300a69ba594ef77258fc3314cc0db3af4e7a777c6719

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page