Metadata-Version: 2.1
Name: imgur-scraper
Version: 2.6.2
Summary: Scrape years of Imgur's data without any authentication.
Home-page: https://github.com/saadmanrafat/imgur-scraper
Author: Saadman Rafat
Author-email: saadmanhere@gmail.com
License: MIT
Description: # Imgur Scraper
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/imgur-scraper) [![Downloads](https://pepy.tech/badge/imgur-scraper)](https://pepy.tech/project/imgur-scraper) ![PyPI - License](https://img.shields.io/pypi/l/imgur-scraper)
        
        Retrieve years of imgur.com's data. No authentication required. Implemented using their frontend API.
        
        # Usage
        ![alt text](https://i.imgur.com/JsLWD8e.gif)
        
        # Features
        
        Returns close to 500 data points for each date.
        
        ```javascript
        {
          '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'
          'date': '2015-05-06'
        }
        ```
        ### New Features
        ```
        - Username
        - Comment_Count
        - Downs 
        - Ups 
        - Points
        - Score
        - Timestamp
        - Views
        - Favorite_Count
        - Hot_datetime
        - NSFW
        - Platform
        - Virality
        ```
        More attributes to be added soon, any suggestions or [feature requests](https://github.com/saadmanrafat/imgur-scraper/issues) are welcome. 
        
        # Installation
        ```
        $ pip install imgur-scraper
        ```
        
        # Support The Project
        
        ```markdown
        bitcoin: bc1qhlwkhjplnrhzpy8lu034a0nkccldnlr6wygvrk0nyjld0y8yv7eskp78j4
        ```
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
