{"id":26572349,"url":"https://github.com/mjiggidy/adderlib","last_synced_at":"2025-03-23T00:34:15.051Z","repository":{"id":37571530,"uuid":"368327501","full_name":"mjiggidy/adderlib","owner":"mjiggidy","description":"adderlib is an unofficial python wrapper for the Adder API for use with Adderlink KVM systems.","archived":false,"fork":false,"pushed_at":"2022-06-27T19:11:56.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T20:08:22.431Z","etag":null,"topics":["adder","adderlink","api","desktop","kvm","python","remote","wrapper"],"latest_commit_sha":null,"homepage":"http://adderlib.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjiggidy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-17T21:35:10.000Z","updated_at":"2022-06-21T19:52:48.000Z","dependencies_parsed_at":"2022-09-16T06:13:16.586Z","dependency_job_id":null,"html_url":"https://github.com/mjiggidy/adderlib","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fadderlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fadderlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fadderlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fadderlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjiggidy","download_url":"https://codeload.github.com/mjiggidy/adderlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adder","adderlink","api","desktop","kvm","python","remote","wrapper"],"created_at":"2025-03-23T00:33:32.011Z","updated_at":"2025-03-23T00:34:15.036Z","avatar_url":"https://github.com/mjiggidy.png","language":"Python","readme":"# adderlib\n\n`adderlib` is an unofficial python implementation of the [Adder API](https://support.adder.com/tiki/tiki-index.php?page=ALIF%3A%20API), for use with Adderlink KVM systems.\n\nWith `adderlib`, you can:\n- Log in or out as an existing KVM user\n- Query lists of transmitters, receivers, and channels available to the user\n- Access many properties of the KVM devices\n- Connect receivers to channels\n- Manage presets\n\n...and so much more!  Well, a little bit more.\n\n\n## Getting Started\n\nThe best way to get started is to check out the [examples](https://github.com/mjiggidy/adderlib/blob/master/examples/), and then the [official documentation on ReadTheDocs](http://adderlib.readthedocs.io/).  But in general, it's four easy steps:\n\n```python\nfrom adderlib import adder\n\n# Step 1: Create a handle to the API by passing the IP address or hostname of the AIM (the KVM server)\napi = adder.AdderAPI(\"192.168.1.10\")\n\n# Step 2: Log in using an exising KVM account\napi.login(\"username\",\"password\")\n\n# Step 3: Do some stuff\nfor tx in api.getTransmitters():\n  do_some_stuff(tx)\n  \n# Step 4: Don't forget to log out!\napi.logout()\n```\n\n## Customizable\n\nBoy oh boy is this customizable!  An `UrlHandler` abstract class is provided.  Subclass this and override the `api_call()` method to communicate with the server however you wish!  I sure spent a lot of time on the default `RequestsHandler` class, which uses the [`requests`](https://github.com/psf/requests) library but that's ok I'm sure you have your reasons.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjiggidy%2Fadderlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjiggidy%2Fadderlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjiggidy%2Fadderlib/lists"}