{"id":15669858,"url":"https://github.com/mallozup/fullrocketmetal","last_synced_at":"2025-10-05T01:44:02.999Z","repository":{"id":141721201,"uuid":"177573284","full_name":"MalloZup/fullrocketmetal","owner":"MalloZup","description":" rocketchat reminder and bot powered by clojure","archived":false,"fork":false,"pushed_at":"2019-05-02T11:30:07.000Z","size":64,"stargazers_count":6,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T08:09:36.574Z","etag":null,"topics":["bot","clojure","edn","event","functional-programming","lisp","opensource","rocketchat","rocketchat-apps"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MalloZup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-25T11:29:22.000Z","updated_at":"2021-02-09T16:08:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"16aa1147-d94c-4795-8182-fd2ed27eddcb","html_url":"https://github.com/MalloZup/fullrocketmetal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MalloZup/fullrocketmetal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Ffullrocketmetal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Ffullrocketmetal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Ffullrocketmetal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Ffullrocketmetal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MalloZup","download_url":"https://codeload.github.com/MalloZup/fullrocketmetal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Ffullrocketmetal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399610,"owners_count":25980330,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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","clojure","edn","event","functional-programming","lisp","opensource","rocketchat","rocketchat-apps"],"created_at":"2024-10-03T14:41:29.573Z","updated_at":"2025-10-05T01:44:02.972Z","avatar_url":"https://github.com/MalloZup.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](doc/logotype-horizontal.png)\n\nAn event bot for rocketchat.\n\n## Released versions:\n\nfor a released version, take a look at GitHub releases.\n\n## High-level Description:\n\nAs user of a Rocketchat, you can automatize your regular meeting events with `fullrocketmetal` easy.\n\nFullrocketmetal let you schedule in a crontab regulary syntax, a regular `message` event/reminder, which will sent to a channel name of your server.\n\n\n## Quickstart\n\nUse either the released jar or the devel one\n\n## Configuration\n\nMake sure this 2 edn files are in the same directory to the JAR clojure file you execute.\n\n1) create a `.rocketchat.edn` file in same dir of `fullrocketmetal jar` with following content:\n\n```\n{:credentials  {:username \"myusername\" :server-url \"myserver-rocketchat-url.com\" :token \"my-token-rocketchat\"}}\n```\n\n2) create a `event.edn` file in same dir of `fullrocketmetal` with following content:\n\nthe `cron-schedule` is a cron syntax time.\n\n```\n{:reminders [\n             {:channel-name \"clojure\" :cron-schedule \"0 0/1 * * * ?\" :message \"[autogenerated] @here i'm a fullrocket-message-autogenerated-running each minute.https://github.com/MalloZup/fullrocketmetal \"},\n             ;;{:channel-name \"my-other-channel\" :cron-schedule \"0 0/1 * * * ?\" :message \"i'm just a text after the default message\"}\n             ,\n      ]}\n```\n\nthis will send to `channel-name` a `message` which is a reminder, and  you can specify the frequence of the message via `cron-schedule` which follow the crontab syntax.\n\n## Build from src\n\nUse `lein uberjar` to build the jar\n\nUse `java -jar fullrocketmetal-VERSION-standalone.jar`.\n This will run `fullrocketmetal` \n\n\n# Technical infos:\n\nThis project is using rocketchat missile library and quartz scheduler.\n\n( https://github.com/MalloZup/missile)\n\n\nFullrocketmetal plan only to implement the rocketchat Messanger.\n\nI plan maybe to implent a generic bot where one could plugin others client (Slack,irc etc) using same syntax.\n\nhttps://github.com/MalloZup/memoro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallozup%2Ffullrocketmetal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallozup%2Ffullrocketmetal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallozup%2Ffullrocketmetal/lists"}