{"id":15887703,"url":"https://github.com/helpmefindaname/bot-skeleton","last_synced_at":"2025-04-02T16:42:52.936Z","repository":{"id":46949253,"uuid":"227096290","full_name":"helpmefindaname/bot-skeleton","owner":"helpmefindaname","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-16T20:52:44.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T07:22:57.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helpmefindaname.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}},"created_at":"2019-12-10T10:56:58.000Z","updated_at":"2024-01-16T20:52:09.000Z","dependencies_parsed_at":"2024-10-27T23:44:53.014Z","dependency_job_id":null,"html_url":"https://github.com/helpmefindaname/bot-skeleton","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"a56780533c492feae0902d52a9d0df26eaeaafa6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"researchstudio-sat/bot-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpmefindaname%2Fbot-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpmefindaname%2Fbot-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpmefindaname%2Fbot-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpmefindaname%2Fbot-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helpmefindaname","download_url":"https://codeload.github.com/helpmefindaname/bot-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246852841,"owners_count":20844481,"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":"2024-10-06T06:03:56.889Z","updated_at":"2025-04-02T16:42:52.917Z","avatar_url":"https://github.com/helpmefindaname.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web of Needs Bot Skeleton\n\nThis skeleton contains a bot that creates a Service Atom that one can connect to. \nFor each atom that has been created on the configured node(s), the bot sends a message with the atomUri of the created Atom to everyone that is connected to the Service Atom.\n\nThe Bot Skeleton is a [Spring Boot Application](https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-running-your-application.html).\n\n## Running the bot\n\n### Prerequisites\n\n- [Openjdk 8](https://adoptopenjdk.net/index.html) - the method described here does **not work** with the Oracle 8 JDK!\n- Maven framework set up\n\n### On the command line\n\n```\ncd bot-skeleton\nexport WON_NODE_URI=\"https://hackathonnode.matchat.org/won\"\nmvn clean package\njava -jar target/bot.jar\n```\nNow go to [What's new](https://hackathon.matchat.org/owner/#!/overview) to find your bot, connect and [create an atom](https://hackathon.matchat.org/owner/#!/create) to see the bot in action.\n\n### In Intellij Idea\n1. Create a run configuration for the class `won.bot.skeleton.SkeletonBotApp`\n2. Add the environment variables\n\n  * `WON_NODE_URI` pointing to your node uri (e.g. `https://hackathonnode.matchat.org/won` without quotes)\n  \n  to your run configuration.\n  \n3. Run your configuration\n\nIf you get a message indicating your keysize is restricted on startup (`JCE unlimited strength encryption policy is not enabled, WoN applications will not work. Please consult the setup guide.`), refer to [Enabling Unlimited Strength Jurisdiction Policy](https://github.com/open-eid/cdoc4j/wiki/Enabling-Unlimited-Strength-Jurisdiction-Policy) to increase the allowed key size.\n\n##### Optional Parameters for both Run Configurations:\n- `WON_KEYSTORE_DIR` path to folder where `bot-keys.jks` and `owner-trusted-certs.jks` are stored (needs write access and folder must exist) \n\n## Start coding\n\nOnce the skeleton bot is running, you can use it as a base for implementing your own application. \n\n## Setting up\n- Download or clone this repository\n- Add config files\n\nPlease refer to the general [Bot Readme](https://github.com/researchstudio-sat/webofneeds/blob/master/webofneeds/won-bot/README.md) for more information on Web of Needs Bot applications.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpmefindaname%2Fbot-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelpmefindaname%2Fbot-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpmefindaname%2Fbot-skeleton/lists"}