{"id":16824328,"url":"https://github.com/dlion/goimgur","last_synced_at":"2025-04-11T03:14:34.537Z","repository":{"id":57495386,"uuid":"36198284","full_name":"dlion/goImgur","owner":"dlion","description":"A simple library to upload an image on imgur","archived":false,"fork":false,"pushed_at":"2015-05-25T00:12:59.000Z","size":149,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T03:14:28.859Z","etag":null,"topics":["api","go","golang","imgur","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dlion.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":"2015-05-24T23:05:27.000Z","updated_at":"2021-02-09T00:31:59.000Z","dependencies_parsed_at":"2022-08-31T12:52:05.112Z","dependency_job_id":null,"html_url":"https://github.com/dlion/goImgur","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/dlion%2FgoImgur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2FgoImgur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2FgoImgur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2FgoImgur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlion","download_url":"https://codeload.github.com/dlion/goImgur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248333594,"owners_count":21086200,"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":["api","go","golang","imgur","wrapper"],"created_at":"2024-10-13T11:10:45.344Z","updated_at":"2025-04-11T03:14:34.512Z","avatar_url":"https://github.com/dlion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goImgur [![Build Status](https://travis-ci.org/dlion/goImgur.svg?branch=master)](https://travis-ci.org/dlion/goImgur)\n\n\u003e A simple library to upload an image on [imgur](https://imgur.com)\n\n## Install\n\n```\ngo get github.com/dlion/goImgur\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"log\"\n    \"github.com/dlion/goImgur\"\n)\n\nfunc main() {\n\n    str, err := goImgur.Upload(\"pathToImage.png\", \"clientID\")\n    if err != nil {\n        log.Panic(err)\n    }\n\n    fmt.Println(*str)\n}\n```\n\n## Prototype\n\n```go\nUpload(string, string) (*string, error)\n```\n\n## Author\n\n* Domenico Luciani\n* http://dlion.it\n* domenicoleoneluciani@gmail.com\n\n## License\n\nMIT © [Domenico Luciani](http://github.com/DLion)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlion%2Fgoimgur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlion%2Fgoimgur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlion%2Fgoimgur/lists"}