{"id":21107340,"url":"https://github.com/ninjascl/wrenbot","last_synced_at":"2026-04-13T01:34:48.160Z","repository":{"id":119741470,"uuid":"460880863","full_name":"NinjasCL/wrenbot","owner":"NinjasCL","description":"A simple discord bot that executes Wren code","archived":false,"fork":false,"pushed_at":"2022-02-19T01:44:29.000Z","size":76,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-21T03:42:17.688Z","etag":null,"topics":["discord","java","spring-boot","wren"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NinjasCL.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2022-02-18T14:18:06.000Z","updated_at":"2024-01-26T11:55:07.000Z","dependencies_parsed_at":"2023-07-18T01:15:49.363Z","dependency_job_id":null,"html_url":"https://github.com/NinjasCL/wrenbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fwrenbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fwrenbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fwrenbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NinjasCL%2Fwrenbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NinjasCL","download_url":"https://codeload.github.com/NinjasCL/wrenbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243551248,"owners_count":20309300,"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":["discord","java","spring-boot","wren"],"created_at":"2024-11-20T00:38:39.840Z","updated_at":"2026-04-13T01:34:43.128Z","avatar_url":"https://github.com/NinjasCL.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":":ext-relative:\n:toc: macro\n:toclevels: 3\n\n++++\n  \u003ch1 align=\"center\"\u003eWren Bot 🪶\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/292738/153979854-c87c80c8-fb7d-4d94-9d87-da3d102c3bca.png\" title=\"seagull icons\" alt=\"Seagull icons created by Freepik - Flaticon\" style=\"width:30%;height:auto;\"\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e    \u003cimg src=\"https://user-images.githubusercontent.com/292738/154753843-5993ab04-0da7-4dd5-83d7-bcffa73617ef.png\" title=\"example run\" alt=\"Example Run Image\"\u003e\u003c/p\u003e\n++++\n\nhttps://ninjas.cl[image:https://img.shields.io/badge/Ninjas-CL-green.svg?style=flat-square[Ninjas.cl]] https://www.mozilla.org/en-US/MPL/2.0/[image:https://img.shields.io/github/license/ninjascl/wrenbot.svg?style=flat-square[MPL v2]] https://github.com/NinjasCL/wrenbot/actions?query=workflow%3A%22Execute+Tests+Suite%22[image:https://img.shields.io/github/workflow/status/ninjascl/wrenbot/Execute%20Tests%20Suite?label=tests\u0026style=flat-square[Tests]]\n\ntoc::[]\n\n## 🚀 Environment setup\n\n### Requirements\n\n- https://spring.io/projects/spring-boot[Spring Boot]\n- https://www.oracle.com/java/technologies/downloads/[JRE 11]+\n- https://github.com/wren-lang/wren-cli[WrenCLI] or https://github.com/joshgoebel/wren-console[Wren Console] executable\n\n#### application.properties\nConfigure your https://discord.com/developers/applications[discord token] and wren-cli executable path inside https://github.com/NinjasCL/wrenbot/blob/main/src/main/resources/application.properties[application.properties]\n\n#### Run\n\nExecute\n```sh\n./mvnw spring-boot:run\n```\n\nAnd then\nhttps://www.alphr.com/add-bots-discord-server/[Add the bot to your server].\n\nYou can now send messages and it will return the output of the code.\n\n## ☣️ Warning\n\nHighly experimental, use at your own risk.\n\n## 👩‍💻 Project explanation\n\n_Wrenbot_ is a small https://discord.com[Discord] bot created for testing out _Wren_ scripts inside _Discord_.\n\n## 📘 License\n\nUnless explicitily stated, all source code is under the permissive link:LICENSE.adoc{ext-relative}[MPL v2.0 (Mozilla Public License Version 2.0)] license.\n\nIs a copyleft license that is easy to comply with. You can combine the _MPL version 2.0_ software with a proprietary or differently licensed code.\n\n- If you don’t modify the code inside this library, you will have to provide just a link to the library sources.\n\n- If you modify these libs, you will have to provide just the sources for the modified files (not the entire project).\n\n### More Info\n\n- https://www.mozilla.org/en-US/MPL/2.0/[Mozila MPL 2.0]\n- https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licences[OSS License Comparison]\n- https://shakuro.com/blog/software-licenses-explained/[Software Licenses Explained]\n- https://choosealicense.com/licenses/mpl-2.0/[Choose a License]\n\n## 🤩 Credits\n\n++++\n\u003cp\u003e\u003ca href=\"https://www.flaticon.com/free-icons/seagull\" title=\"seagull icons\"\u003eSeagull icons created by Freepik - Flaticon\u003c/a\u003e\u003c/p\u003e\n\n\u003cp\u003e\n  Made with \u003ci class=\"fa fa-heart\"\u003e\u0026#9829;\u003c/i\u003e by\n  \u003ca href=\"https://ninjas.cl\"\u003e\n    Ninjas.cl\n  \u003c/a\u003e\n\u003c/p\u003e\n++++\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninjascl%2Fwrenbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninjascl%2Fwrenbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninjascl%2Fwrenbot/lists"}