{"repo":"Damgaard/PyImgur","free":true,"listed":false,"github":"https://github.com/Damgaard/PyImgur","clone":"git clone https://github.com/Damgaard/PyImgur.git","description":"The simple way of using Imgur.","language":"Python","stars":124,"topics":["api-wrapper","imgur","imgur-api","imgur-com"],"license":"GPL-3.0","category":"api-integrations-sdks","readme_excerpt":"PyImgur The simple way of using Imgur. You can upload images, download images, read comments, update your albums, message people and more. In fact, you can do almost everything via PyImgur that you can via the webend. PyImgur is a well-tested, user-friendly wrapper around the Imgur API that makes it easy to interact with Imgur's services through Python, with comprehensive documentation and clear examples. The codebase demonstrates good software engineering practices with extensive test coverage (particularly for API interactions), clear error handling, and a thoughtful pagination system. While some modernization could help (like the move to pyproject.toml), the project is actively maintained and provides a reliable, production-ready solution for developers needing to interact with Imgur programmatically. \\- Claude 3.5 Sonnet Prompt: Consicely evaluate this project for quality, userfriendliness and usefulness. Keep your answer to 3 sentences or less. Quick start Installation The recommended way to install is via pip. $ pip install pyimgur Let's get it running Before we can start using PyImgur, you need to register your application with Imgur. This way, Imgur can see what each application is doing on their site. Go to https://api.imgur.com/oauth2/addclient to register your client. Once you've registered. You can start using PyImgur. import pyimgur im = pyimgur.Imgur(client id=YOUR CLIENT ID, client secret=YOUR CLIENT SECRET) image = im.get image('5JTvLlM') print(image.title) # ","default_branch":null,"files":null,"tree":[],"storefront":"/r/Damgaard","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Damgaard/PyImgur/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}