{"id":19680199,"url":"https://github.com/drewolson/epicbot","last_synced_at":"2025-06-29T07:37:44.459Z","repository":{"id":40728966,"uuid":"237452152","full_name":"drewolson/epicbot","owner":"drewolson","description":"A Slack Bot for Epic Card Game","archived":false,"fork":false,"pushed_at":"2023-03-05T00:03:52.000Z","size":292,"stargazers_count":11,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-27T06:47:53.951Z","etag":null,"topics":["purescript","slack-bot","slackbot"],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drewolson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-01-31T14:58:09.000Z","updated_at":"2024-11-11T01:35:23.000Z","dependencies_parsed_at":"2025-02-27T06:33:02.983Z","dependency_job_id":"0fb46405-3a92-4f35-924b-39653aae5917","html_url":"https://github.com/drewolson/epicbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drewolson/epicbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fepicbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fepicbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fepicbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fepicbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewolson","download_url":"https://codeload.github.com/drewolson/epicbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewolson%2Fepicbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262558527,"owners_count":23328549,"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":["purescript","slack-bot","slackbot"],"created_at":"2024-11-11T18:04:23.933Z","updated_at":"2025-06-29T07:37:44.433Z","avatar_url":"https://github.com/drewolson.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epicbot\n\n[![Build\nStatus](https://github.com/drewolson/epicbot/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/drewolson/epicbot/actions/workflows/test.yml)\n\n\nEpicbot is a slack bot written in [PureScript](http://www.purescript.org/). It\nallows you to search for cards from the [Epic Card\nGame](https://www.epiccardgame.com/) and display the results in your slack\nchannel.\n\nTo search for a card, simply type some or all of its name. Epicbot will perform\na full text search to find the correct card.\n\n```text\n/epic \u003csearch term\u003e\n```\n\nYou can also generate an example random dark draft draw using the `draft`\ncommand.\n\n```text\n/epic draft\n```\n\n## Deploying\n\n### Install Dependencies\n\n```text\nnpm install .\n```\n\n### Create a Self-Contained JavaScript Bundle\n\n```text\nnpm run bundle\n```\n\nRunning this command results in the file `dist/bundle/index.js` being created.\nIt includes all dependencies required for running the slack bot and can be run\ndirectly with `node`. You'll need to provide your Slack signing secret as an\nenvironment variable.\n\n```bash\nSLACK_SIGNING_SECRET=\u003cyour slack signing secret\u003e node dist/bundle/index.js\n```\n\nOnce you have your bot running, you'll want to follow the guide for creating a\n[slash command](https://api.slack.com/interactivity/slash-commands) to use the\nbot. We recommend using `/epic` as your slash command.\n\n## Contributing\n\n### Install Tool Chain\n\n```text\nnpm install -g purescript spago\nnpm install .\n```\n\n### Test\n\n```text\nspago test\n```\n\n### Run\n\n```text\nspago run\n```\n\n### Format\n\n```text\nnpm run format:check\n```\n\n```text\nnpm run format\n```\n\n### Lint\n\n```text\nnpm run lint\n```\n\n### Run All CI Checks\n\n```text\nnpm run ci\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewolson%2Fepicbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewolson%2Fepicbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewolson%2Fepicbot/lists"}