{"id":38069402,"url":"https://github.com/seabird-chat/seabird-plugin-bundle","last_synced_at":"2026-01-16T20:37:39.089Z","repository":{"id":54281780,"uuid":"222895252","full_name":"seabird-chat/seabird-plugin-bundle","owner":"seabird-chat","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-17T01:25:00.000Z","size":486,"stargazers_count":2,"open_issues_count":15,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-17T03:23:03.370Z","etag":null,"topics":["grpc","rust","seabird-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/seabird-chat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-11-20T09:05:38.000Z","updated_at":"2025-08-17T01:24:57.000Z","dependencies_parsed_at":"2025-01-08T07:28:45.934Z","dependency_job_id":"d99d5b8e-c147-41c4-b6c6-6f97bcc9e876","html_url":"https://github.com/seabird-chat/seabird-plugin-bundle","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/seabird-chat/seabird-plugin-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabird-chat%2Fseabird-plugin-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabird-chat%2Fseabird-plugin-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabird-chat%2Fseabird-plugin-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabird-chat%2Fseabird-plugin-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seabird-chat","download_url":"https://codeload.github.com/seabird-chat/seabird-plugin-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabird-chat%2Fseabird-plugin-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["grpc","rust","seabird-plugin"],"created_at":"2026-01-16T20:37:39.004Z","updated_at":"2026-01-16T20:37:39.073Z","avatar_url":"https://github.com/seabird-chat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seabird-plugin-bundle\n\n## Requirements\n\n- Rust 1.42\n- Postgres\n- Protobuf\n\n## Settings\n\nSettings can either be included as a part of the environment or in a .env file.\n\n- `SEABIRD_HOST`\n- `SEABIRD_TOKEN`\n- `DATABASE_URL` - connection string for the database - can either be in connection string or url format\n- `SEABIRD_ENABLED_PLUGINS` - comma-separated list of enabled plugins - if this is empty, all plugins will be loaded\n- `SEABIRD_DISABLED_PLUGINS` - comma-separated list of plugins that should not be enabled\n- `DARKSKY_API_KEY` - needed for forecast/weather support\n- `OPENWEATHERMAP_API_KEY` - needed for forecast/weather support\n\n## Writing a new plugin\n\nUnfortunately, writing a new plugin requires a few steps.\n\n1. You must pick a unique name for your plugin. See `supported_plugins` in `src/plugin.rs` `load()` for the list of all existing plugin names.\n2. You must create a new file in `src/plugins` that adheres to the `Plugin` async trait. See existing plugins in `src/plugins` for reference.\n3. You must add your plugin to `src/plugins/mod.rs`. See existing entries in the file for reference.\n4. You must add your unique plugin name to the `supported_plugins` `Vec` from step one.\n5. You must load your plugin in `src/plugin.rs` `load()`. See existing entries for reference.\n\n## Building\n\n```\ncargo build\n```\n\n`seabird-plugin-bundle` will read `DATABASE_URL` at compile time to typecheck queries. If you see errors like `relation \"karma\" does not exist`, that means that migrations have had issues. The recommended fix is the following:\n\n```\n$ cargo install sqlx-cli\n$ sqlx migrate run\n```\n\nBuilds should succeed after this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseabird-chat%2Fseabird-plugin-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseabird-chat%2Fseabird-plugin-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseabird-chat%2Fseabird-plugin-bundle/lists"}