Damgaard

101
reputation

Author of the amazing library PyImgur, which makes fetching data from Imgur super simple : https://github.com/Damgaard/PyImgur

PyImgur is well maintained, supports all the endpoints exposed by Imgurs API and is written in a pythonic ways that let's you easily follow relationships between objects. It automates a lot of the annoying stuff of working with an API, like having to deal with paginations.

Oh and it set's a high bar when it comes to quality. All code must pass strict formatting standards by Black, having no pylint issues and offcourse pass the test. And yes it has a comprehensive test suite with both unittests and integration tests. So any issue with the code or it's integration with Imgur can quickly be found.