{"id":16874996,"url":"https://github.com/dlsniper/jarvis-slacker","last_synced_at":"2026-06-21T01:31:46.289Z","repository":{"id":31775599,"uuid":"35341942","full_name":"dlsniper/jarvis-slacker","owner":"dlsniper","description":"Slack bot wannabe","archived":false,"fork":false,"pushed_at":"2015-05-27T08:06:53.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T00:18:30.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/dlsniper.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":"2015-05-09T19:23:38.000Z","updated_at":"2015-05-26T21:40:21.000Z","dependencies_parsed_at":"2022-09-10T09:41:18.184Z","dependency_job_id":null,"html_url":"https://github.com/dlsniper/jarvis-slacker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlsniper/jarvis-slacker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsniper%2Fjarvis-slacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsniper%2Fjarvis-slacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsniper%2Fjarvis-slacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsniper%2Fjarvis-slacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlsniper","download_url":"https://codeload.github.com/dlsniper/jarvis-slacker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsniper%2Fjarvis-slacker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34591166,"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-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-10-13T15:34:50.371Z","updated_at":"2026-06-21T01:31:46.275Z","avatar_url":"https://github.com/dlsniper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Jarvis Slacker\n\nJarvis Slacker is a bot for Slack running on Google AppEngine written in Go.\n\nIt has an easy to write plugin system where you can register your own commands and aliases.\n\n## Development\n\nDeveloping a custom plugin for Jarvis is very easy.\n\nUnfortunately, there's no nice way, that I can think of right now to handle the initialization code for it.\n\nAs such, you'll need to first copy the ``` frontend/frontend.go ``` to your AppEngine module.\n \n### Register a command\n\nThen, you can register your commands like this: ```jarvis.RegisterCommand(decode.NewCommand)```\n\n### Initialize jarvis\n\nA part of the initialization is sending the keys to various modules. This is need as there's no nice way\nto have custom variables in AppEngine (as far as I know, yet) and you might want to publish various modules for it.\n\nOnce you have the list of all the keys in place, simply call: \n\n```go\njarvis.Initialize(\"/jarvis\", \"jarvis\", keys)\nhttp.HandleFunc(\"/slashCommand\", jarvis.SlashCommandHandler)\n```\n\nAnd that's it.\n\nFor an example on how this could look like, you can see [jarvis-slacker-3d](https://github.com/dlsniper/jarvis-slacker-3d)\n\n## Deployment\n\nFirst you need to: ```cp app.yaml.dist app.yaml```\n\nThen you need to replace ```\u003cyour AppEngine project ID goes here\u003e``` from app.yaml with your AppEngine project id. \n\nYou can deploy this bot like this:\n\n```bash\ncd /repository/root/path\ngoapp deploy frontend\n```\n\n##LICENSE\n\nJarvis Slacker is distributed under MIT license.\n\nYou can see the full license in the [LICENSE](LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlsniper%2Fjarvis-slacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlsniper%2Fjarvis-slacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlsniper%2Fjarvis-slacker/lists"}