Skip to content

Downloading images from Imgur using various methods including multiprocessing and multithreading

Notifications You must be signed in to change notification settings

manumathew23/download_imgur_images

Repository files navigation

Download iamges from Imgur (Multiprocessing / Multithreading / Queues)

This repository contains code for downloading images from imgur but intended to try out multiprocessing and multithreading.

Getting started

  • You would need to create an applicatio in Imgur and generate client_id and secret_key. Create an Imgur (if you do not already have one) and create an application.

  • Save this client id to environment variable as: export IMGUR_CLIENT_ID=<your_client_id>

Alternatively these you could download images from Imgur using Postman by following the steps mentioned in Developer API section in Imgur.

About

Downloading images from Imgur using various methods including multiprocessing and multithreading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages