Skip to main content

Client for KeeneticOS-based routers via HTTP interface

Project description

Simple Keenetic client

HTTP client for KeeneticOS-based routers. Uses web interface to connect. Does not do more than authenticate, fetch SMS messages and mark them as read or delete them.

Example usage:

from simple_keenetic_client import SimpleKeeneticClient

async def get_unread_sms():
  async with SimpleKeeneticClient(
      "http://keenetic-router.test",
      username="testuser",
      password="testpassword",
  ) as client:
      interfaces = await client.get_mobile_interfaces()

      return await self.get_unread_sms(
          interface_names=interfaces.keys()
      )

"Real life" usage example: https://github.com/side2k/keensms2mqtt

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

simple_keenetic_client-0.1.3.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

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

simple_keenetic_client-0.1.3-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file simple_keenetic_client-0.1.3.tar.gz.

File metadata

  • Download URL: simple_keenetic_client-0.1.3.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-49-generic

File hashes

Hashes for simple_keenetic_client-0.1.3.tar.gz
Algorithm Hash digest
SHA256 99302fe58c4866517544f974fd723a3fc7c4f5f55701d4951523a9b71394af3d
MD5 7a46faa1a463c814fbc357b715826b3b
BLAKE2b-256 4ba2aecbf690d0e746e15e577f8b7e1d5d5541d183a938df59349d7f98add919

See more details on using hashes here.

File details

Details for the file simple_keenetic_client-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_keenetic_client-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 dd061229864afe169c19a04daedd7f5e6230bc4f08b6632b34afb1f7ed84549b
MD5 ebc2233ffa58fc8ef01554fc15dfa40a
BLAKE2b-256 86c87fe4a1c0d5a5c6f6256c62baaa85d69df26ea72a9e9f2e2641c6e8e42858

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