{"id":19145220,"url":"https://github.com/nincodedo/ninbot","last_synced_at":"2025-05-07T01:20:34.141Z","repository":{"id":38815881,"uuid":"90103549","full_name":"Nincodedo/Ninbot","owner":"Nincodedo","description":"Java based Discord bot for OCW Discord using JDA","archived":false,"fork":false,"pushed_at":"2025-04-29T22:26:01.000Z","size":4096,"stargazers_count":11,"open_issues_count":15,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-29T23:28:35.681Z","etag":null,"topics":["bot","discord","discord-bot","discord-server","hibernate","hibernate-jpa","java","jda","jpa","spring-boot"],"latest_commit_sha":null,"homepage":"https://ninbot.nincodedo.dev","language":"Java","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/Nincodedo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"nincodedo","patreon":"nincodedo","ko_fi":"nincodedo"}},"created_at":"2017-05-03T03:20:11.000Z","updated_at":"2025-04-29T22:26:05.000Z","dependencies_parsed_at":"2023-10-23T18:28:46.478Z","dependency_job_id":"39d7c36d-efc1-48c3-be1e-16439031a3ff","html_url":"https://github.com/Nincodedo/Ninbot","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nincodedo%2FNinbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nincodedo%2FNinbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nincodedo%2FNinbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nincodedo%2FNinbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nincodedo","download_url":"https://codeload.github.com/Nincodedo/Ninbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252794145,"owners_count":21805147,"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":["bot","discord","discord-bot","discord-server","hibernate","hibernate-jpa","java","jda","jpa","spring-boot"],"created_at":"2024-11-09T07:38:57.885Z","updated_at":"2025-05-07T01:20:34.118Z","avatar_url":"https://github.com/Nincodedo.png","language":"Java","funding_links":["https://github.com/sponsors/nincodedo","https://patreon.com/nincodedo","https://ko-fi.com/nincodedo"],"categories":[],"sub_categories":[],"readme":"![Ninbot Logo](docs/images/ninbot-github-social.png)\n\n# Ninbot [![Build](https://github.com/Nincodedo/Ninbot/actions/workflows/build-main.yml/badge.svg)](https://github.com/Nincodedo/Ninbot/actions/workflows/build-main.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dev.nincodedo%3Aninbot\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=dev.nincodedo%3Aninbot) [![Uptime](https://status.nincodedo.dev/api/badge/1/uptime/30d?label=Uptime\u0026labelSuffix=\u0026color=blue)](https://status.nincodedo.dev)\n\nNinbot is a Discord bot with various silly commands and actions, such as dabbing. Ninbot is built for OCW Discord\nusing [JDA.](https://github.com/discord-jda/JDA)\n\n## Features\n\nDab on your friends.\n\n![Dab command example light](docs/images/dab-slash-command-example1-light.png#gh-light-mode-only)\n![Dab command example dark](docs/images/dab-slash-command-example1-dark.png#gh-dark-mode-only)\n\nExperience the father you never had but wish you did.\n\n![Dadbot reaction example light](docs/images/dadbot-example1-light.png#gh-light-mode-only)\n![Dadbot reaction example dark](docs/images/dadbot-example1-dark.png#gh-dark-mode-only)\n\n## Want to use Ninbot on your Discord server?\n\n[Click here](https://discordapp.com/oauth2/authorize?client_id=204484879554052096\u0026scope=bot\u0026permissions=823520464) to\nadd Ninbot to your server!\n\n- [Check the documentation for a list of features and help with commands](https://ninbot.nincodedo.dev/)\n- [Create an issue if you think you've found a bug](https://github.com/Nincodedo/Ninbot/issues/new/choose)\n- [Ask a question in GitHub Discussions if you need additional help](https://github.com/Nincodedo/Ninbot/discussions/new?category=q-a)\n\n## Want to help develop Ninbot?\n\nMake sure to read our [contributing expectations](CONTRIBUTING.md) before making any changes.\n\n### Development Goals\n\n#### Use the reaction JSON framework\n\nPrioritize the reaction framework when possible. Adding a target phrase and a response to\nthe [responses.json](ninbot-app/src/main/resources/responses.json) is sometimes all you need to do. Responses done\nthrough this will react with emojis automatically if it is possible. This also helps with the next development goal...\n\n#### Minimize Chat Clutter\n\nPrioritize reacting with emojis when possible. Sending chat messages should only be done if absolutely necessary (comedy\nis sometimes necessary). Commonly used Emojis for Ninbot can be found in\nthe [common Emojis class](nincord-common/src/main/java/dev/nincodedo/nincord/Emojis.java).\n\n#### Updated Documentation\n\nChanges and additions to a command or action that would affect the end user should be documented. The latest version of\nNinbot is the only supported version, so the documentation needs to be up-to-date.\n\n## Special Thanks\n\nThanks to [GetSongbpm](https://getsongbpm.com/api) for the API access!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnincodedo%2Fninbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnincodedo%2Fninbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnincodedo%2Fninbot/lists"}