{"id":13746680,"url":"https://github.com/sgreben/slack-emoji-upload","last_synced_at":"2025-04-30T20:05:16.200Z","repository":{"id":34737090,"uuid":"148332787","full_name":"sgreben/slack-emoji-upload","owner":"sgreben","description":"Slack emoji uploader, CLI. single binary, no dependencies. linux, osx, windows.","archived":false,"fork":false,"pushed_at":"2022-01-26T15:45:27.000Z","size":17,"stargazers_count":34,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T20:04:27.743Z","etag":null,"topics":["cli","eggplant","emoji","golang","ithascometomyattention","maymays","npc","pepe","slack","slack-emoji-upload","upload"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgreben.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}},"created_at":"2018-09-11T14:44:06.000Z","updated_at":"2025-01-12T22:59:29.000Z","dependencies_parsed_at":"2022-08-08T02:00:16.161Z","dependency_job_id":null,"html_url":"https://github.com/sgreben/slack-emoji-upload","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fslack-emoji-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fslack-emoji-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fslack-emoji-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fslack-emoji-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgreben","download_url":"https://codeload.github.com/sgreben/slack-emoji-upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251774895,"owners_count":21641731,"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":["cli","eggplant","emoji","golang","ithascometomyattention","maymays","npc","pepe","slack","slack-emoji-upload","upload"],"created_at":"2024-08-03T06:00:58.526Z","updated_at":"2025-04-30T20:05:16.167Z","avatar_url":"https://github.com/sgreben.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# slack-emoji-upload\n\nUpload custom Slack emoji from the CLI.\n\n\u003c!-- TOC --\u003e\n\n- [Get it](#get-it)\n- [Use it](#use-it)\n- [Authentication](#authentication)\n  - [Token](#token)\n  - [Password](#password)\n- [Example](#example)\n  - [Token auth](#token-auth)\n  - [Password auth](#password-auth)\n\n\u003c!-- /TOC --\u003e\n\n\n## Get it\n\n- Either download the statically linked binary from [the latest release](https://github.com/sgreben/slack-emoji-upload/releases/latest)\n\n- ...or use `go get`:\n    ```sh\n    go get github.com/sgreben/slack-emoji-upload\n    ```\n\n## Use it\n\n```text\nslack-emoji-upload OPTIONS [FILES]\n\nOptions:\n  -token string\n        Slack API token\n  -email string\n        user email (required when -token not specified)\n  -password string\n        user password (required when -token not specified)\n  -team string\n        Slack team (required when -token not specified)\n\n  -notify-channel string\n        notify this channel on successful uploads\n  -quiet\n        suppress log output\n```\n\n## Authentication\n\n### Token\n\nTo authenticate with a token (`-token` option), you need to use a `xoxs-*` Slack API token, not a regular user token. It looks something like this:\n\n```\nxoxs-abcdefghij-klmnopqrstuv-wxyzabcdefgh-ijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrst\n```\n\n[**How to obtain the Slack API token**](https://github.com/jackellenberger/emojme#finding-a-slack-token)\n\n### Password\n\nAlternatively, you can provide your `-team`, `-email` and `-password` to let the app obtain a `xoxs-*` API token for you.\n\n## Example\n\n### Token auth\n\n```sh\n$ slack-emoji-upload -token \"$MY_TOKEN\" emoji/*.*\n2018/09/11 11:34:53 reeeeee: uploading \"/tmp/emoji/reeeeee.gif\"\n2018/09/11 11:34:55 reeeeee: uploaded\n2018/09/11 11:34:55 yeet: uploading \"/tmp/emoji/yeet.png\"\n2018/09/11 11:34:57 yeet: uploaded\n```\n\n### Password auth\n\n```sh\n$ slack-emoji-upload -team my-team -email \"me@example.com\" -password \"hunter2\" emoji/*.*\n2018/09/11 11:34:53 reeeeee: uploading \"/tmp/emoji/reeeeee.gif\"\n2018/09/11 11:34:55 reeeeee: uploaded\n2018/09/11 11:34:55 yeet: uploading \"/tmp/emoji/yeet.png\"\n2018/09/11 11:34:57 yeet: uploaded\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgreben%2Fslack-emoji-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgreben%2Fslack-emoji-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgreben%2Fslack-emoji-upload/lists"}