snapchat-dlp


Namesnapchat-dlp JSON
Version 1.5.13 PyPI version JSON
download
home_pagehttps://github.com/Walmann/snapchat-dlp
SummaryAn update to snapchat-dlp, a Snapchat Public Stories Downloader.
upload_time2023-06-29 10:50:26
maintainerWalmann
docs_urlNone
authorAakash Gajjar
requires_python>=3.5
licenseMIT license
keywords snapchat-dlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <p>
  <div align="center">
  <h1>
    Snapchat Public Stories Downloader<br /> <br />
    <!-- <a href="https://pypi.python.org/pypi/snapchat-dlp">
      <img
        src="https://img.shields.io/pypi/v/snapchat-dlp.svg?cacheSeconds=360"
        alt="Python Package"
      />
    </a>
    <a href="https://pypi.python.org/pypi/snapchat-dlp">
      <img
        src="https://img.shields.io/pypi/wheel/snapchat-dlp"
        alt="Python Wheel"
      />
    </a>
    <a href="https://pypi.python.org/pypi/snapchat-dlp">
      <img
        src="https://img.shields.io/github/workflow/status/skyme5/snapchat-dlp/build?cacheSeconds=360"
        alt="CI"
      />
    </a>
    <a href="https://codecov.io/gh/skyme5/snapchat-dlp">
      <img
        src="https://img.shields.io/codecov/c/github/skyme5/snapchat-dlp?cacheSeconds=360"
        alt="Code Coverage"
      />
    </a>
    <a href="https://codecov.io/gh/skyme5/snapchat-dlp">
      <img
        src="https://img.shields.io/pypi/pyversions/snapchat-dlp"
        alt="Python Versions"
      />
    </a>
    <a href="https://github.com/psf/black">
      <img
        src="https://img.shields.io/badge/code%20style-black-000000.svg"
        alt="The Uncompromising Code Formatter"
      />
    </a>
    <a href="https://pepy.tech/project/snapchat-dlp">
      <img
        src="https://static.pepy.tech/badge/snapchat-dlp"
        alt="Monthly Downloads"
      />
    </a>
    <a href="https://opensource.org/licenses/MIT">
      <img
        src="https://img.shields.io/badge/License-MIT-blue.svg"
        alt="License: MIT"
      />
    </a> -->
  </h1>
</p>

### Installation

Install using pip,

```bash
pip install snapchat-dlp
```

Install from GitHub,

```bash
pip install git+git://github.com/Walmann/snapchat-dlp
```

Unix users might want to add `--user` flag to install without requiring `sudo`.

### Usage

```text

usage: snapchat-dlp [-h] [-c | -u] [-i BATCH_FILENAME] [-P DIRECTORY_PREFIX]
                   [-s] [-d] [-l MAX_NUM_STORY] [-j MAX_WORKERS] [-t INTERVAL]
                   [--sleep-interval INTERVAL] [-q]
                   [username [username ...]]

positional arguments:
  username              At least 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
                        ('https://story.snapchat.com/<s>/<username>').
  -u, --check-for-update
                        Periodically check for new stories.
  -i BATCH_FILENAME, --batch-file BATCH_FILENAME
                        Read usernames from batch file (one username per
                        line).
  -P DIRECTORY_PREFIX, --directory-prefix DIRECTORY_PREFIX
                        Location to store downloaded media.
  -s, --scan-from-prefix
                        Scan usernames (as directory name) from prefix
                        directory.
  -d, --dump-json       Save metadata to a JSON file next to downloaded
                        videos/pictures.
  -l MAX_NUM_STORY, --limit-story MAX_NUM_STORY
                        Set maximum number of stories to download.
  -j MAX_WORKERS, --max-concurrent-downloads MAX_WORKERS
                        Set maximum number of parallel downloads.
  -t INTERVAL, --update-interval INTERVAL
                        Set the update interval for checking new story in
                        seconds. (Default: 10m)
  --sleep-interval INTERVAL
                        Sleep between downloads in seconds. (Default: 1s)
  -q, --quiet           Do not print anything except errors to the console.

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Walmann/snapchat-dlp",
    "name": "snapchat-dlp",
    "maintainer": "Walmann",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "snapchat-dlp",
    "author": "Aakash Gajjar",
    "author_email": "skyqutip@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/3c/485d07c02d6e88ebbd648a12a45aa66469835495792da032ca37f866b7c0/snapchat-dlp-1.5.13.tar.gz",
    "platform": null,
    "description": "<p>\n  <div align=\"center\">\n  <h1>\n    Snapchat Public Stories Downloader<br /> <br />\n    <!-- <a href=\"https://pypi.python.org/pypi/snapchat-dlp\">\n      <img\n        src=\"https://img.shields.io/pypi/v/snapchat-dlp.svg?cacheSeconds=360\"\n        alt=\"Python Package\"\n      />\n    </a>\n    <a href=\"https://pypi.python.org/pypi/snapchat-dlp\">\n      <img\n        src=\"https://img.shields.io/pypi/wheel/snapchat-dlp\"\n        alt=\"Python Wheel\"\n      />\n    </a>\n    <a href=\"https://pypi.python.org/pypi/snapchat-dlp\">\n      <img\n        src=\"https://img.shields.io/github/workflow/status/skyme5/snapchat-dlp/build?cacheSeconds=360\"\n        alt=\"CI\"\n      />\n    </a>\n    <a href=\"https://codecov.io/gh/skyme5/snapchat-dlp\">\n      <img\n        src=\"https://img.shields.io/codecov/c/github/skyme5/snapchat-dlp?cacheSeconds=360\"\n        alt=\"Code Coverage\"\n      />\n    </a>\n    <a href=\"https://codecov.io/gh/skyme5/snapchat-dlp\">\n      <img\n        src=\"https://img.shields.io/pypi/pyversions/snapchat-dlp\"\n        alt=\"Python Versions\"\n      />\n    </a>\n    <a href=\"https://github.com/psf/black\">\n      <img\n        src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"\n        alt=\"The Uncompromising Code Formatter\"\n      />\n    </a>\n    <a href=\"https://pepy.tech/project/snapchat-dlp\">\n      <img\n        src=\"https://static.pepy.tech/badge/snapchat-dlp\"\n        alt=\"Monthly Downloads\"\n      />\n    </a>\n    <a href=\"https://opensource.org/licenses/MIT\">\n      <img\n        src=\"https://img.shields.io/badge/License-MIT-blue.svg\"\n        alt=\"License: MIT\"\n      />\n    </a> -->\n  </h1>\n</p>\n\n### Installation\n\nInstall using pip,\n\n```bash\npip install snapchat-dlp\n```\n\nInstall from GitHub,\n\n```bash\npip install git+git://github.com/Walmann/snapchat-dlp\n```\n\nUnix users might want to add `--user` flag to install without requiring `sudo`.\n\n### Usage\n\n```text\n\nusage: snapchat-dlp [-h] [-c | -u] [-i BATCH_FILENAME] [-P DIRECTORY_PREFIX]\n                   [-s] [-d] [-l MAX_NUM_STORY] [-j MAX_WORKERS] [-t INTERVAL]\n                   [--sleep-interval INTERVAL] [-q]\n                   [username [username ...]]\n\npositional arguments:\n  username              At least one or more usernames to download stories\n                        for.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -c, --scan-clipboard  Scan clipboard for story links\n                        ('https://story.snapchat.com/<s>/<username>').\n  -u, --check-for-update\n                        Periodically check for new stories.\n  -i BATCH_FILENAME, --batch-file BATCH_FILENAME\n                        Read usernames from batch file (one username per\n                        line).\n  -P DIRECTORY_PREFIX, --directory-prefix DIRECTORY_PREFIX\n                        Location to store downloaded media.\n  -s, --scan-from-prefix\n                        Scan usernames (as directory name) from prefix\n                        directory.\n  -d, --dump-json       Save metadata to a JSON file next to downloaded\n                        videos/pictures.\n  -l MAX_NUM_STORY, --limit-story MAX_NUM_STORY\n                        Set maximum number of stories to download.\n  -j MAX_WORKERS, --max-concurrent-downloads MAX_WORKERS\n                        Set maximum number of parallel downloads.\n  -t INTERVAL, --update-interval INTERVAL\n                        Set the update interval for checking new story in\n                        seconds. (Default: 10m)\n  --sleep-interval INTERVAL\n                        Sleep between downloads in seconds. (Default: 1s)\n  -q, --quiet           Do not print anything except errors to the console.\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "An update to snapchat-dlp, a Snapchat Public Stories Downloader.",
    "version": "1.5.13",
    "project_urls": {
        "Homepage": "https://github.com/Walmann/snapchat-dlp",
        "Original": "https://github.com/skyme5/snapchat-dlp",
        "Source": "https://github.com/Walmann/snapchat-dlp"
    },
    "split_keywords": [
        "snapchat-dlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "793be5d09e9939a8cb2e6c6dcc88c162cd98a61089bdd08a216e0dc777b31da4",
                "md5": "299b25e2c04cbc05de2e3ffa9b1b5cc5",
                "sha256": "c1c036c96fc7c4d630f59c4c7ac053ef2d4b12ba2465402ecd55e1bd421214bf"
            },
            "downloads": -1,
            "filename": "snapchat_dlp-1.5.13-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "299b25e2c04cbc05de2e3ffa9b1b5cc5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 10862,
            "upload_time": "2023-06-29T10:50:25",
            "upload_time_iso_8601": "2023-06-29T10:50:25.081988Z",
            "url": "https://files.pythonhosted.org/packages/79/3b/e5d09e9939a8cb2e6c6dcc88c162cd98a61089bdd08a216e0dc777b31da4/snapchat_dlp-1.5.13-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b3c485d07c02d6e88ebbd648a12a45aa66469835495792da032ca37f866b7c0",
                "md5": "b520ec63f50dc6bc9e835f4b57b2a2da",
                "sha256": "fadbf419ba19a3c8572cc924ffc62b5b49035a80d1e9e277771f08611e7fb9bd"
            },
            "downloads": -1,
            "filename": "snapchat-dlp-1.5.13.tar.gz",
            "has_sig": false,
            "md5_digest": "b520ec63f50dc6bc9e835f4b57b2a2da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 35224,
            "upload_time": "2023-06-29T10:50:26",
            "upload_time_iso_8601": "2023-06-29T10:50:26.708685Z",
            "url": "https://files.pythonhosted.org/packages/2b/3c/485d07c02d6e88ebbd648a12a45aa66469835495792da032ca37f866b7c0/snapchat-dlp-1.5.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-29 10:50:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Walmann",
    "github_project": "snapchat-dlp",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "snapchat-dlp"
}
        
Elapsed time: 0.09426s