Metadata-Version: 2.1
Name: snapchat-dl
Version: 0.2.7
Summary: Snapchat Public Stories Downloader.
Home-page: https://github.com/skyme5/snapchat-dl
Author: Aakash Gajjar
Author-email: skyqutip@gmail.com
License: MIT license
Description: <p>
          <h1>
            Snapchat Public Stories Downloader.<br />
            <a href="https://pypi.python.org/pypi/snapchat-dl">
              <img
                src="https://img.shields.io/pypi/v/snapchat-dl.svg"
                alt="Python Package"
              />
            </a>
            <a href="https://pypi.python.org/pypi/snapchat-dl">
              <img
                src="https://github.com/skyme5/snapchat-dl/workflows/CI/badge.svg"
                alt="CI"
              />
            </a>
            <a href="https://codecov.io/gh/skyme5/snapchat-dl">
              <img
                src="https://codecov.io/gh/skyme5/snapchat-dl/branch/master/graph/badge.svg"
                alt="Code Coverage"
              />
            </a>
            <a href="https://opensource.org/licenses/MIT">
              <img
                src="https://img.shields.io/badge/License-MIT-blue.svg"
                alt="License: MIT"
              />
            </a>
            <a href="http://hits.dwyl.com/skyme5/snapchat-dl">
              <img src="http://hits.dwyl.com/skyme5/snapchat-dl.svg" alt="HitCount" />
            </a>
          </h1>
        </p>
        
        
        ```text
        
            usage: snapchat-dl [-h] [-c] [-i BATCH_FILENAME] [-P DIRECTORY_PREFIX]
                           [-l NUM_STORY] [-j MAX_WORKERS] [-s] [-u] [-t INTERVAL]
                           [usernames [usernames ...]]
        
            positional arguments:
            usernames             Atleast one or more usernames to download stories for.
        
            optional arguments:
            -h, --help            show this help message and exit
            -c, --scan-clipboard  Scan clipboard for story links with the format of
                                    'https://story.snapchat.com/s/<username>'
            -i BATCH_FILENAME, --batch-file BATCH_FILENAME
                                    Read usernames from file
            -P DIRECTORY_PREFIX, --directory-prefix DIRECTORY_PREFIX
                                    Directory Prefix for downloading stories
            -l NUM_STORY, --limit-story-count NUM_STORY
                                    Set maximum number of stories to download.
            -j MAX_WORKERS, --max-concurrent-downloads MAX_WORKERS
                                    Set maximum number of parallel downloads.
            -s, --scan-from-prefix
                                    Scan usernames (as directory name) from prefix
                                    directory.
            -u, --check-for-update
                                    Periodically check for new stories.
            -t INTERVAL, --update-interval INTERVAL
                                    Set the update interval for new story in seconds.
                                    (Default: 10m)
        ```
        
Keywords: snapchat-dl
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
