{"id":28170628,"url":"https://github.com/uugtech/slack-reactors","last_synced_at":"2025-05-15T18:14:27.731Z","repository":{"id":287130735,"uuid":"963701193","full_name":"UUGTech/slack-reactors","owner":"UUGTech","description":"An easy Python script to fetch a list of users who reacted with a specific emoji to a Slack message.","archived":false,"fork":false,"pushed_at":"2025-04-10T04:51:56.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T05:38:04.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/UUGTech.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":"2025-04-10T04:49:31.000Z","updated_at":"2025-04-10T04:51:59.000Z","dependencies_parsed_at":"2025-04-10T05:38:07.534Z","dependency_job_id":"52500bcf-34a2-4bb7-a487-ff8341cb9553","html_url":"https://github.com/UUGTech/slack-reactors","commit_stats":null,"previous_names":["uugtech/slack-reactors"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UUGTech%2Fslack-reactors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UUGTech%2Fslack-reactors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UUGTech%2Fslack-reactors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UUGTech%2Fslack-reactors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UUGTech","download_url":"https://codeload.github.com/UUGTech/slack-reactors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394726,"owners_count":22063984,"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":[],"created_at":"2025-05-15T18:14:27.184Z","updated_at":"2025-05-15T18:14:27.714Z","avatar_url":"https://github.com/UUGTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack Reactors\n\nAn easy Python script to fetch a list of users who reacted with a specific emoji to a Slack message.\n\n## Features\n\n- Get a list of users who reacted with a specific emoji\n- Support both message URL and channel ID + timestamp formats\n- Show user display names (falls back to real names if display name is not set)\n- Progress bar for user information fetching\n\n## Prerequisites\n\n### Slack App Settings\n\nYou need to create a Slack App with the following OAuth scopes:\n\n- `reactions:read`: Access to reaction information\n- `users:read`: Access to user information (for getting real names)\n- `channels:history`: Access to message history\n\n### Environment Variables\n\nSet up your Slack Bot User OAuth Token:\n\n```bash\nexport SLACK_BOT_TOKEN=\"xoxb-your-token\"\n```\n\n## Installation\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n### Using Message URL\n\n```bash\npython get_reaction_users.py -u \"https://your-workspace.slack.com/archives/C0123456789/p1234567890123456\" -r \"thumbsup\"\n```\n\n### Using Channel ID and Timestamp\n\n```bash\npython get_reaction_users.py -c \"C0123456789\" -t \"1234567890.123456\" -r \"thumbsup\"\n```\n\n### How to Get Message Timestamp\n\n1. Copy the message link from Slack\n   - Example: `https://your-workspace.slack.com/archives/C0123456789/p1234567890123456`\n2. Get the timestamp from the last part of the URL\n   - Numbers after 'p' are the timestamp\n   - Format: First 10 digits + \".\" + remaining 6 digits\n   - Example: If URL ends with `p1234567890123456`, the timestamp would be `1234567890.123456`\n\n## Error Handling\n\n- If the Slack App is not added to the channel, you'll get a \"not_in_channel\" error\n- If the environment variable is not set, you'll get an error message\n- Invalid URL format will be caught and reported\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuugtech%2Fslack-reactors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuugtech%2Fslack-reactors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuugtech%2Fslack-reactors/lists"}