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.1.tar.gz (3.3 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.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_keenetic_client-0.1.1.tar.gz
  • Upload date:
  • Size: 3.3 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.1.tar.gz
Algorithm Hash digest
SHA256 85fec0f1aead00530ce5e7e212253c9618f54e51987396de98397c33e6f82275
MD5 ba59a94370807e099d75296e438ea669
BLAKE2b-256 edfa1f7d53e67338b6f0207cea55ac6cb0d2d152c8a22db731b3b638f9f8cb65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simple_keenetic_client-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aaa621010819eb0ac2ef269de60cefd2ec4766304569aa380d14f0adfe6378ed
MD5 e4ef79569e2ac2b10dc57124ee74b4ff
BLAKE2b-256 1f99d1206331e96595ee85b4276a7d507e2bdc24d91eef626be1d6ca0880a4d2

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