{"id":24436114,"url":"https://github.com/stuartjmackintosh/mycroftapi","last_synced_at":"2025-04-30T04:47:10.292Z","repository":{"id":157645545,"uuid":"136822077","full_name":"StuartJMackintosh/mycroftapi","owner":"StuartJMackintosh","description":"A Python package to interact with Mycroft's messagebus to send notifications and more","archived":false,"fork":false,"pushed_at":"2020-07-29T18:16:58.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-30T04:46:48.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StuartJMackintosh.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-06-10T15:44:21.000Z","updated_at":"2019-06-16T10:46:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f9d8396-9010-4f53-b741-098eeb0a65c8","html_url":"https://github.com/StuartJMackintosh/mycroftapi","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartJMackintosh%2Fmycroftapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartJMackintosh%2Fmycroftapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartJMackintosh%2Fmycroftapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartJMackintosh%2Fmycroftapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StuartJMackintosh","download_url":"https://codeload.github.com/StuartJMackintosh/mycroftapi/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251644826,"owners_count":21620630,"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":[],"created_at":"2025-01-20T17:36:25.965Z","updated_at":"2025-04-30T04:47:10.268Z","avatar_url":"https://github.com/StuartJMackintosh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mycroft API [![Build Status](https://travis-ci.org/Geeked-Out-Solutions/mycroftapi.svg?branch=dev)](https://travis-ci.org/Geeked-Out-Solutions/mycroftapi) [![Stories in Ready](https://badge.waffle.io/Geeked-Out-Solutions/mycroftapi.svg?label=ready\u0026title=Ready)](http://waffle.io/Geeked-Out-Solutions/mycroftapi) [![Coverage Status](https://coveralls.io/repos/github/Geeked-Out-Solutions/mycroftapi/badge.svg?branch=dev)](https://coveralls.io/github/Geeked-Out-Solutions/mycroftapi?branch=dev) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nTo be used to interact with a mycroft instance https://mycroft.ai.  Right now only feature supported is speaking text but more coming soon.\n\n## Installing\n`pip install mycroftapi`\n\n## How to Use\nBelow is a python code sample to show how to use the API, currently has a lot of things supported from changing eye color and more.\n\n\nThis example shows how to have Hello Brian scrolled across the display until I send it a reset.\n```\nfrom mycroftapi import MycroftAPI\n\nmycroft_ip = '10.0.0.7'\ntext = 'hello Brian'\nmycroft = MycroftAPI(mycroft_ip)\nmycroft.speak_text(text)\n```\n\n# Features\n- scroll text\n- change eye colors\n- blink eyes\n- eyes off/on\n- mute speaker\n- change eye brightness\n- control mouth visuals like smiling, etc\n- speak text to mycroft to have it speak it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartjmackintosh%2Fmycroftapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartjmackintosh%2Fmycroftapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartjmackintosh%2Fmycroftapi/lists"}