{"id":35252180,"url":"https://github.com/csp-community/csp-bot-commands","last_synced_at":"2026-04-23T22:00:42.849Z","repository":{"id":288986576,"uuid":"969618781","full_name":"csp-community/csp-bot-commands","owner":"csp-community","description":"Miscellaneous commands for csp-bot","archived":false,"fork":false,"pushed_at":"2026-04-19T17:55:04.000Z","size":81,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-19T19:32:34.647Z","etag":null,"topics":["chat","chatbot","csp","discord","python","reactive","reactive-programming","slack","stream-processing","streaming","symphony"],"latest_commit_sha":null,"homepage":"","language":"Python","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/csp-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-20T15:05:38.000Z","updated_at":"2026-04-19T17:55:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"846c24eb-c468-4042-ba76-86f132ee770f","html_url":"https://github.com/csp-community/csp-bot-commands","commit_stats":null,"previous_names":["csp-community/csp-bot-commands"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/csp-community/csp-bot-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csp-community%2Fcsp-bot-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csp-community%2Fcsp-bot-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csp-community%2Fcsp-bot-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csp-community%2Fcsp-bot-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csp-community","download_url":"https://codeload.github.com/csp-community/csp-bot-commands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csp-community%2Fcsp-bot-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32200159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T20:19:26.138Z","status":"ssl_error","status_checked_at":"2026-04-23T20:19:23.520Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chat","chatbot","csp","discord","python","reactive","reactive-programming","slack","stream-processing","streaming","symphony"],"created_at":"2025-12-30T06:59:52.422Z","updated_at":"2026-04-23T22:00:42.827Z","avatar_url":"https://github.com/csp-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csp bot commands\n\nMiscellaneous commands for [csp-bot](http://github.com/Point72/csp-bot/)\n\n[![Build Status](https://github.com/csp-community/csp-bot-commands/actions/workflows/build.yaml/badge.svg?branch=main\u0026event=push)](https://github.com/csp-community/csp-bot-commands/actions/workflows/build.yaml)\n[![codecov](https://codecov.io/gh/csp-community/csp-bot-commands/branch/main/graph/badge.svg)](https://codecov.io/gh/csp-community/csp-bot-commands)\n[![License](https://img.shields.io/github/license/csp-community/csp-bot-commands)](https://github.com/csp-community/csp-bot-commands)\n[![PyPI](https://img.shields.io/pypi/v/csp-bot-commands.svg)](https://pypi.python.org/pypi/csp-bot-commands)\n\n## Overview\n\nThis package contains fun, testing, and utility commands for [csp-bot](http://github.com/Point72/csp-bot/).\n\n| Command      | Type      | Description                                                                                          |\n| :----------- | :-------- | :--------------------------------------------------------------------------------------------------- |\n| `/slap`      | `fun`     | Slap someone with a [wet trout](https://en.wikipedia.org/wiki/Wikipedia:Whacking_with_a_wet_trout)   |\n| `/mets`      | `utility` | Get information about the NY Mets baseball team, including roster, players, and schedule information |\n| `/thanks`    | `fun`     | Thank another user with a random object or cash                                                      |\n| `/_fun`      | `fun`     | Randomly generated/selected quotes or trivia                                                         |\n| `/delaytest` | `test`    | Tester command for delayed/repeated commands                                                         |\n\nAny of these commands can be included in a `csp-bot` configuration [following the documentation](https://github.com/Point72/csp-bot/wiki/Overview#writing-commands):\n\n```yaml\n# @package _global_\ndefaults:\n  - /gateway: slack\n  - _self_\n\nbot_name: CSP Bot\napp_token: .slack_app_token\nbot_token: .slack_bot_token\n\ngateway:\n  _target_: csp_bot.Gateway\n  modules:\n    - /modules/bot\n  commands:\n    - /commands/help\n    - _target_: csp_bot_commands.DelayTestCommandModel\n    - _target_: csp_bot_commands.FunCommandModel\n    - _target_: csp_bot_commands.MetsCommandModel\n    - _target_: csp_bot_commands.ThanksCommandModel\n    - _target_: csp_bot_commands.TroutSlapCommandModel\n```\n\n\u003e [!NOTE]\n\u003e This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsp-community%2Fcsp-bot-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsp-community%2Fcsp-bot-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsp-community%2Fcsp-bot-commands/lists"}