tuxo / imgur-scraper

Retrieve years of imgur.com's data without any authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgur Scraper

PyPI - Python Version Downloads PyPI - License

Retrieve years of imgur.com's data. No authentication required. Implemented using their frontend API.

Usage

alt text

Features

Returns close to 500 data points for each date.

{
  'title': 'I said no, my fiancé said yes. Meet Zeta', 
  'url': 'https://imgur.com/gallery/H5Xw4dh', 
  'points': '5,996', 
  'tags': 'aww,kitten,kitty', 
  'type': 'image', 
  'views': '4,363'
}

More attributes to be added soon, any suggestions or feature requests are welcome.

Installation

$ pip install imgur-scraper

About

Retrieve years of imgur.com's data without any authentication.

License:MIT License


Languages

Language:Python 100.0%