Metadata-Version: 2.1
Name: imgur-scraper
Version: 0.1.10
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
        [![Downloads](https://pepy.tech/badge/imgur-scraper)](https://pepy.tech/project/imgur-scraper) 
        
        Retrieve Imgur's viral posts from a specific date. No authentication required. Implemented using their frontend API.
        
        # Usage
        
        [![asciicast](https://asciinema.org/a/268419.svg)](https://asciinema.org/a/268419)
        
        ```
        $ imgur-scraper [COMMAND]
        
        Retrieve Imgur's Viral Posts
        
        COMMAND:
          -h, --help   show this help message and exit
          --date       Format YYYY-MM-DD (required)
          --end_date   Format YYYY-MM-DD (optional)
          --csv        Format to Save Data In (defaults to False)
          --path       Path where in to the file csv file, i.e. ../somefoler/.
                       (Defaults to the path from where the script is called.)
        
        ```
        
        # Installation
        ```
        $ pip install imgur-scraper
        ```
        
        Python 3.6 is required
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
