{"id":16482554,"url":"https://github.com/f/emoji-downloader","last_synced_at":"2025-03-21T07:30:44.094Z","repository":{"id":47546639,"uuid":"398803315","full_name":"f/emoji-downloader","owner":"f","description":"A simple Emoji downloader for CLI","archived":false,"fork":false,"pushed_at":"2021-08-24T14:38:29.000Z","size":10,"stargazers_count":32,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T04:01:40.282Z","etag":null,"topics":["emoji","oneliner"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f.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":"2021-08-22T13:12:55.000Z","updated_at":"2025-01-24T13:17:47.000Z","dependencies_parsed_at":"2022-09-14T17:11:55.229Z","dependency_job_id":null,"html_url":"https://github.com/f/emoji-downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Femoji-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Femoji-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Femoji-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Femoji-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f","download_url":"https://codeload.github.com/f/emoji-downloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244119674,"owners_count":20401027,"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":["emoji","oneliner"],"created_at":"2024-10-11T13:11:14.571Z","updated_at":"2025-03-21T07:30:43.848Z","avatar_url":"https://github.com/f.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⏬ Emoji Downloader\n\nA simple Emoji downloader for CLI\n\n## Features\n\n- Uses emojipedia to get the file\n- Supports all the emojis including the variants/skin tones\n\n## Installation\n\nCopy and paste `emojidl.sh` contents (or following snippet) into your .bashrc or .zshrc file. It's a simple function:\n\n```bash\nemojidl() {\ncurl -kLss \"https://emojipedia.org/search/?q=$1\" | grep \"on Apple\" | grep \" 2x\" | sed -n 's/.*\u003cimg src=\"\\([^\"]*\\)\".*/\\1/p' | xargs curl -O\n}\n```\n\n## Oneliner Explaination\n\n- Makes a `curl` request to `https://emojipedia.org/search/?q=\u003cEMOJI\u003e`\n- Finds the lines including \"on Apple\" text\n- Finds \"2x\" ones\n- Parses the line using `sed` to extract the src attribute\n- Uses `curl` once again to download the extracted URL\n\n## Usage\n\nJust write the `emojidl \u003cemoji\u003e` and it'll find and download the emoji.\n\n```bash\n$ emojidl 🚂\n\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n100 16940  100 16940    0     0  12233      0  0:00:01  0:00:01 --:--:-- 9472\n```\n\n## License\nIt's CC0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff%2Femoji-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff%2Femoji-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff%2Femoji-downloader/lists"}