{"id":19436500,"url":"https://github.com/researchstudio-sat/spoco-edenred-bot","last_synced_at":"2026-06-16T15:31:56.735Z","repository":{"id":46949304,"uuid":"224631818","full_name":"researchstudio-sat/spoco-edenred-bot","owner":"researchstudio-sat","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-10T03:28:21.000Z","size":250,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-25T06:46:58.232Z","etag":null,"topics":["bot","won-bot"],"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/researchstudio-sat.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}},"created_at":"2019-11-28T10:49:10.000Z","updated_at":"2020-02-18T12:48:38.000Z","dependencies_parsed_at":"2023-01-26T01:45:41.603Z","dependency_job_id":null,"html_url":"https://github.com/researchstudio-sat/spoco-edenred-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"researchstudio-sat/bot-skeleton","purl":"pkg:github/researchstudio-sat/spoco-edenred-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchstudio-sat%2Fspoco-edenred-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchstudio-sat%2Fspoco-edenred-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchstudio-sat%2Fspoco-edenred-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchstudio-sat%2Fspoco-edenred-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/researchstudio-sat","download_url":"https://codeload.github.com/researchstudio-sat/spoco-edenred-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchstudio-sat%2Fspoco-edenred-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34412786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","won-bot"],"created_at":"2024-11-10T15:11:28.743Z","updated_at":"2026-06-16T15:31:56.690Z","avatar_url":"https://github.com/researchstudio-sat.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web of Needs Bot Skeleton\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\nThis skeleton contains an echo bot that reacts to each new atom created on a given node. For each atom, the bot sends a configurable number of contact requests (default is 3) that can be accepted by the user. Within the established chat, the bot echoes all sent messages.\n\n\u003e **NOTE:** Be careful with running more than one bot on a given node instance, as multiple bots may get into infinite loops.\n\nThe echo bot is a [Spring Boot Application](https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-running-your-application.html).\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\u003e\u003e\u003e\u003e\u003e\u003e\u003e bot-skeleton/master\n\n## Running the bot\n\n### Prerequisites\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n- [Java 8 JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) or higher installed (openJDK 12 is currently not supported and won't work)\n=======\n- [Openjdk 8](https://adoptopenjdk.net/index.html) - the method described here does **not work** with the Oracle 8 JDK!\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e bot-skeleton/master\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```\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\nNow [create an atom](https://hackathon.matchat.org/owner/#!/create) to see the bot in action.\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\u003e\u003e\u003e\u003e\u003e\u003e\u003e bot-skeleton/master\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\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\nNow [create an atom](https://hackathon.matchat.org/owner/#!/create) to see the bot in action.\n\n=======\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e bot-skeleton/master\n## Start coding\n\nOnce the skeleton bot is running, you can use it as a base for implementing your own application. \n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n### Prerequisites\n\n- [Java 8 JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) or higher installed (openJDK 12 is currently not supported and won't work)\n- Java IDE of choice set up\n- Maven framework set up\n\n=======\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e bot-skeleton/master\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%2Fresearchstudio-sat%2Fspoco-edenred-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresearchstudio-sat%2Fspoco-edenred-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearchstudio-sat%2Fspoco-edenred-bot/lists"}