{"id":16640741,"url":"https://github.com/shdblowers/imgurex","last_synced_at":"2026-05-16T16:02:21.835Z","repository":{"id":118633863,"uuid":"75492867","full_name":"shdblowers/imgurex","owner":"shdblowers","description":"Adapter for Imgur API","archived":false,"fork":false,"pushed_at":"2017-04-07T19:25:18.000Z","size":114,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-27T01:59:03.569Z","etag":null,"topics":["elixir","imgur-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/shdblowers.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-03T18:36:59.000Z","updated_at":"2020-07-14T15:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f564347b-0161-4cea-bd0f-77f348b6ff19","html_url":"https://github.com/shdblowers/imgurex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shdblowers/imgurex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shdblowers%2Fimgurex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shdblowers%2Fimgurex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shdblowers%2Fimgurex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shdblowers%2Fimgurex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shdblowers","download_url":"https://codeload.github.com/shdblowers/imgurex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shdblowers%2Fimgurex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33109461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["elixir","imgur-api"],"created_at":"2024-10-12T07:25:12.833Z","updated_at":"2026-05-16T16:02:21.795Z","avatar_url":"https://github.com/shdblowers.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Imgurex\n\n[![Build Status](https://travis-ci.org/shdblowers/imgurex.svg?branch=master)](https://travis-ci.org/shdblowers/imgurex)\n[![Coverage Status](https://coveralls.io/repos/github/shdblowers/imgurex/badge.svg?branch=master)](https://coveralls.io/github/shdblowers/imgurex?branch=master)\n[![Ebert](https://ebertapp.io/github/shdblowers/imgurex.svg)](https://ebertapp.io/github/shdblowers/imgurex)\n\n**Adapter for Imgur API**\n\nImgur is an online image hosting and sharing community. The aim of this package is to allow Elixir users to be able to easily interact with the Imgur API.\n\n[Imgur API Documentation](https://api.imgur.com/)\n\n## Getting Started\n\nIn order to start using the API you need to register in order to receive a client id and client secret. This can be done on the [Register an Application](https://api.imgur.com/oauth2/addclient?) page on the Imgur website.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed by adding `imgurex` to your list of dependencies:\n\n```elixir\ndef deps do\n  [{:imgurex, \"~\u003e 0.1.0\"}]\nend\n```\n\nYou will also need to set your client id in config:\n\n```elixir\nuse Mix.Config\n\nconfig :imgurex,\n  client_id: \"dNqgBNYyLAmmMAx\"\n```\n\n## Usage\n\n### Image\n\n#### Getting Image Information\n\n```elixir\niex\u003e image_id = \"THE IMAGE'S ID\"\niex\u003e Imgurex.Image.info(image_id)\n%Imgurex.Image{ ... }\n```\n\n#### Uploading an Anonymous Image\n\n```elixir\niex\u003e Imgurex.Image.upload(\"test/imgurex/test_image.jpeg\")\n%Imgurex.Image{ ... }\n```\n\n### Album\n\n#### Creating an Anonymous Album\n\n```elixir\niex\u003e Imgurex.Album.create(client_id)\n%Imgurex.Album{ ... }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshdblowers%2Fimgurex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshdblowers%2Fimgurex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshdblowers%2Fimgurex/lists"}