Imgur / imgurpython

Official Imgur python client library (deprecated)
MIT License
546 stars 116 forks source link

Request for non-blocking call #63

Open lap00zza opened 8 years ago

lap00zza commented 8 years ago

Hello. I would like to request a Non Blocking method for the python imgur API wrapper. Currently because of the underlying Requests library, it causes my program to hang up for the duration of the call. A library like aiohttp will be really good.