Skip to content

manvari/imgur-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgur-scraper

An imgur album scraper written in Python.

Installation

imgur-scraper can either be installed through pip (stable version) or manually (dev or stable version).

Using pip:

$ (sudo) pip install imgur-scraper

Manually:

  • Stable version: download the latest release version
  • Development version: clone this git repository ($ git clone https://github.com/iceTwy/imgur-scraper.git)

Then run $ (sudo) python setup.py install to install imgur-scraper.

Requirements

Installation requirements:

Runtime requirements:

Usage

Use imgur-scrape (a script provided by imgur-scraper) to scrape an album from imgur:

usage: imgur-scrape [-h] [-v] client_id url path

positional arguments:
  client_id      imgur API client id
  url            URL of the imgur album to scrape
  path           path to save album images

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  increase output verbosity

License

imgur-scraped is licensed under the MIT license; refer to the LICENSE file.

About

An imgur album scraper written in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages