{"id":20731562,"url":"https://github.com/datumbrain/niimbot-d110-api","last_synced_at":"2025-09-04T19:07:58.368Z","repository":{"id":185580760,"uuid":"673706264","full_name":"datumbrain/niimbot-d110-api","owner":"datumbrain","description":"Label tag printer API for NIIMBOT D110 label printer.","archived":false,"fork":false,"pushed_at":"2024-01-28T09:40:09.000Z","size":475,"stargazers_count":43,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T16:04:14.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datumbrain.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-02T08:36:47.000Z","updated_at":"2025-07-11T07:14:12.000Z","dependencies_parsed_at":"2024-01-28T12:31:58.271Z","dependency_job_id":"b5302871-fb55-4e12-bc6d-1cd081ee1550","html_url":"https://github.com/datumbrain/niimbot-d110-api","commit_stats":null,"previous_names":["datumbrain/label-printer"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/datumbrain/niimbot-d110-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fniimbot-d110-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fniimbot-d110-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fniimbot-d110-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fniimbot-d110-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datumbrain","download_url":"https://codeload.github.com/datumbrain/niimbot-d110-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fniimbot-d110-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273657364,"owners_count":25145061,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-17T05:15:48.543Z","updated_at":"2025-09-04T19:07:58.344Z","avatar_url":"https://github.com/datumbrain.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NIIMBOT D110 Label Printer API\n\n\u003cimg align=\"right\" src=\"https://github.com/datumbrain/niimbot-d110-api/raw/master/docs/niimbot.png\" width=\"120\"\u003e\n\nAn API server to create a tag image for a text and print it through the NIIMBOT D110 label printer.\n\n## Requirements\n\n- Python `\u003e=3.10`\n- Golang\n- Linux (macOS doesn't support Bluetooth sockets, not tested on Windows)\n\n## Getting started\n\n- In the `niimprint` directory, run\n\n    ```shell\n    pip3 install -r requirements.txt\n    ```\n\n- Run golang server\n\n    ```shell\n    go run .\n    ```\n\n- POST request on `http://localhost:8769/print` with payload in the following JSON format\n\n    ```json\n    {\n        \"text\" : \"MYLABEL\",\n        \"qr_text\" : \"https://www.example.com/MYLABEL\"\n    }\n    ```\n\n## cURL\n\n```shell\ncurl -d '{\"text\": \"MYLABEL\", \"qr_text\": \"https://www.example.com/MYLABEL\"}' \\\n     -H \"Content-Type: application/json\" \\\n     -X POST \\\n     http://localhost:8769/print\n```\n\n## Authors\n\n- [Faizan Khalid](https://github.com/IamFaizanKhalid)\n- [Usman Tahir](https://github.com/UsmanT2000)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatumbrain%2Fniimbot-d110-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatumbrain%2Fniimbot-d110-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatumbrain%2Fniimbot-d110-api/lists"}