This is the code used as examples in the post that I wrote for the Toptal Engineering Blog.
The examples have all been tested under Python 3.6.4 running on OS X. They should work on other operating systems and Python 3.5+, but I haven't tested it everywhere.
- Get an Imgur API Key
- Install dependencies with
pip install -r requirements.txt
- Run an example
IMGUR_CLIENT_ID=your_client_id threading_imgur.py
- For the
rq_imgur.py
example you will also need to be running a redis server
- For the