{"id":15798180,"url":"https://github.com/grokify/lita-motionai","last_synced_at":"2025-03-31T20:12:00.304Z","repository":{"id":56881533,"uuid":"84809943","full_name":"grokify/lita-motionai","owner":"grokify","description":"Lita Handler for Motion AI (https://motion.ai)","archived":false,"fork":false,"pushed_at":"2017-03-14T12:48:27.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T00:51:10.231Z","etag":null,"topics":["artificial-intelligence","chatbot","lita-handler","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/grokify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-13T09:49:10.000Z","updated_at":"2018-03-20T14:30:04.000Z","dependencies_parsed_at":"2022-08-20T23:40:11.711Z","dependency_job_id":null,"html_url":"https://github.com/grokify/lita-motionai","commit_stats":null,"previous_names":["grokify/lita-motion-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Flita-motionai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Flita-motionai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Flita-motionai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Flita-motionai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/lita-motionai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"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":["artificial-intelligence","chatbot","lita-handler","ruby"],"created_at":"2024-10-05T00:23:56.185Z","updated_at":"2025-03-31T20:12:00.282Z","avatar_url":"https://github.com/grokify.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lita Motion AI Handler\n\n[![Gem Version][gem-version-svg]][gem-version-link]\n[![Dependency Status][dependency-status-svg]][dependency-status-link]\n[![Codacy Badge][codacy-svg]][codacy-link]\n[![Downloads][downloads-svg]][downloads-link]\n[![Docs][docs-rubydoc-svg]][docs-rubydoc-link]\n[![License][license-svg]][license-link]\n\nMotion AI is a bot service that provides visiual design and hosting capabilities for conversational bots. Using this handler a Lita bot can offload conversational handling to Motion AI. The handler accomplishes this by sending all received messages to Motion AI by API and responding with the message returned by Motion AI.\n\n## Configuration\n\n### Direct\n\n```ruby\nLita.configure do |config|\n\n  # Motion AI API Info\n  config.handlers.motionai.api_key = 'my_api_key'\n  config.handlers.motionai.bot_id = 12345          # your Motion AI bot id\n\nend\n```\n\n### Using LitaDotenv\n\n[LitaDotenv](https://github.com/grokify/lita_dotenv) is a way to load in Lita config parameters from the environment, including the `.env` file. Some use cases include:\n\n* using the `.env` file\n* using Heroku environment variables\n\n```\nLITA_HANDLERS_MOTIONAI_apiKey=my_api_key\nLITA_HANDLERS_MOTIONAI_botId__TYPEINT=12345\n```\n\n## Links\n\nMotion AI\n\n* https://motion.ai\n\n [gem-version-svg]: https://badge.fury.io/rb/lita-motionai.svg\n [gem-version-link]: http://badge.fury.io/rb/lita-motionai\n [downloads-svg]: http://ruby-gem-downloads-badge.herokuapp.com/lita-motionai\n [downloads-link]: https://rubygems.org/gems/lita-motionai\n [dependency-status-svg]: https://gemnasium.com/grokify/lita-motionai.svg\n [dependency-status-link]: https://gemnasium.com/grokify/lita-motionai\n [codacy-svg]: https://api.codacy.com/project/badge/Grade/08a78318461441abaca6930dd35cd17f\n [codacy-link]: https://www.codacy.com/app/grokify/lita-motionai\n [docs-rubydoc-svg]: https://img.shields.io/badge/docs-rubydoc-blue.svg\n [docs-rubydoc-link]: http://www.rubydoc.info/gems/lita-motionai/\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-link]: https://github.com/grokify/motion-ai-ruby/blob/master/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Flita-motionai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Flita-motionai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Flita-motionai/lists"}