{"id":15163494,"url":"https://github.com/oct2pus/emoji-dl","last_synced_at":"2026-02-24T01:02:19.476Z","repository":{"id":57610422,"uuid":"157150593","full_name":"oct2pus/emoji-dl","owner":"oct2pus","description":"Grab emojis from Fediverse Instances implimenting the Mastodon API","archived":false,"fork":false,"pushed_at":"2019-06-04T02:06:37.000Z","size":19980,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-09T16:47:32.859Z","etag":null,"topics":["emoji","emojis","grab-emojis","mastodon","mastodon-api"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oct2pus.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-11-12T03:20:25.000Z","updated_at":"2024-05-31T01:00:40.000Z","dependencies_parsed_at":"2022-09-26T20:02:13.667Z","dependency_job_id":null,"html_url":"https://github.com/oct2pus/emoji-dl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/oct2pus/emoji-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct2pus%2Femoji-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct2pus%2Femoji-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct2pus%2Femoji-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct2pus%2Femoji-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oct2pus","download_url":"https://codeload.github.com/oct2pus/emoji-dl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct2pus%2Femoji-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29484945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"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":["emoji","emojis","grab-emojis","mastodon","mastodon-api"],"created_at":"2024-09-27T02:43:04.029Z","updated_at":"2026-02-24T01:02:19.460Z","avatar_url":"https://github.com/oct2pus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emoji-dl\nSimple CLI to grab emojis from Fediverse Instances implimenting the Mastodon API\n. (e.g. Mastodon and Pleroma)\n\n## Build\n\nto compile it yourself, clone the repo and run\n\n```\ngo build\n```\n\nthis project *should* be module aware, if you have below go 1.11, it must be cloned into your $GOPATH.\n\nan alternative build script is included, but is only intended to make creating releases significantly simpler.\n\n## Usage\n```\n./emoji-dl instance.name\nor\n./emoji-dl https://instance.name\n```\n\nthe simplest form is `emoji-dl instance-name-here`, which will silently run and then dump into a folder named after the instance (e.g. `emoji-dl mastodon-social` will dump it into a folder called mastodon.social). I intend to only use golang's build in support for flags, so they are a bit tempermental and work slightly differently than the expected UNIX norms.\n\nHere is a list of all flags.\n```\n-h displays a help message.\n-batch=false turns off batch downloading.\n-size=INT changes how many files download all at once. (0 and below set batch=false; otherwise ignored if batch=false)\n-v to display successful downloads.\n-verbose displays successful downloads as well as any errors recieved.\n```\n\n**Verbose is seperated from v because error messages aren't actually *bad***: Displaying errors might create unnecessary confusion. They're more useful if you experience actual crashes, or are trying to hack on to emoji-dl. I would strongly recommend just using the -v flag instead.\n\n**Batch is affected by the global file's open limit**: you can check how many files you can have open at once with `ulimit -Sn`. I will not be fixing issues if they relate to you setting the Size higher than your ulimit. The ability to turn it off is honestly for the morbidly curious or those with ridicious amounts of CPU cores and RAM.\n\n**A larger Size value isn't (inheritly) better**: Size actually determines the maximum number of goroutines since every single file is 1 goroutine. Having way too many open can hog all your CPU/RAM usage. I set the default to 75 because I was unable to reach a GOAWAY response from a server with that value. Files are simply requeued when it fails to download, but it can still take way more time than was neccessary if you find yourself hitting goaway frequently.\n\nThe Download path is to $PWD/instance.name.social\n\nWindows is not supported. I will take pull requests to fix Windows related issues, but supported platform comes first.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foct2pus%2Femoji-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foct2pus%2Femoji-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foct2pus%2Femoji-dl/lists"}