{"id":46231967,"url":"https://github.com/pepabo/plusplusbot","last_synced_at":"2026-03-03T18:07:16.233Z","repository":{"id":293625986,"uuid":"984625254","full_name":"pepabo/plusplusbot","owner":"pepabo","description":"A Slack bot that lets you give points to team members with @username++ to express gratitude and celebrate achievements.","archived":false,"fork":false,"pushed_at":"2026-02-17T22:57:57.000Z","size":274,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-18T04:34:38.465Z","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/pepabo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-16T08:33:00.000Z","updated_at":"2026-02-17T22:58:00.000Z","dependencies_parsed_at":"2025-11-29T05:03:02.454Z","dependency_job_id":null,"html_url":"https://github.com/pepabo/plusplusbot","commit_stats":null,"previous_names":["pepabo/plusplusbot"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/pepabo/plusplusbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fplusplusbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fplusplusbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fplusplusbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fplusplusbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepabo","download_url":"https://codeload.github.com/pepabo/plusplusbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fplusplusbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"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":[],"created_at":"2026-03-03T18:07:15.551Z","updated_at":"2026-03-03T18:07:16.227Z","avatar_url":"https://github.com/pepabo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plusplusbot\n\nplusplusbot is a Slack bot that runs as a [Slack App](https://api.slack.com/docs/apps) to award points to users in your Slack workspace. You can give points to someone by typing `@username++` when you want to express gratitude or celebrate their achievements. For example, when someone makes a great suggestion, successfully leads a project, or helps you out in a difficult situation, you can show your appreciation by giving them points.\n\nThis project is inspired by [pluspl.us](https://github.com/plusplusslack/pluspl.us) (now archived), a similar Slack bot that allows users to reward team members with imaginary points.\n\n## Features\n\n- `@username++` - Add 1 point to the specified user\n- `@username--` - Subtract 1 point from the specified user\n- `@username==` - Check the current points of the specified user\n\n## Slack App Configuration\n\nThe following settings are required to run this bot:\n\n### Basic Settings\n- Socket Mode: Enable\n  - Enable Event Subscriptions in the Socket Mode settings page\n\n### Required Tokens and Permissions\n- App-Level Token\n  - `connections:write` (for Socket Mode)\n- Bot Token Scopes\n  - `app_mentions:read` (to read mentions)\n  - `channels:history` (to read channel message history)\n  - `chat:write` (to send messages)\n  - `user:read` (to read user information)\n- Event Subscriptions\n  - Bot Events\n    - `message.channels` (to handle channel messages)\n\nSee our example [slack-app-manifest.json](slack-app-manifest.json) for more details.\n\n## Setup\n\n### Required Environment Variables\n\n- `SLACK_BOT_TOKEN` - Slack bot token (starts with `xoxb-`)\n- `SLACK_APP_TOKEN` - Slack app token (starts with `xapp-`)\n- `DATABASE_URL` - Database file path\n- `DEBUG` - Set any value to enable debug mode\n\n### Database\n\nThis bot uses SQLite database to persist points. The database file path is specified by the `DATABASE_URL` environment variable.\n\n#### Example Configuration\n```\nDATABASE_URL=file://plusplus.db\n```\nWith the above configuration, a `plusplus.db` file will be created in the current directory.\n\n### Installation\n\n```bash\ngo mod download\ngo build\n```\n\n### Running\n\n```bash\n./plusplusbot\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fplusplusbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepabo%2Fplusplusbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fplusplusbot/lists"}