# Instagram Reel Downloader
## Overview
This project aims to build a headless Instagram reel downloader using Selenium WebDriver.
[//]: # ()
[//]: # (## Download stats)
[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab)](https://pepy.tech/project/ActiveCollab) <br>)
[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab/week)](https://pepy.tech/project/ActiveCollab) <br>)
[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab/month)](https://pepy.tech/project/ActiveCollab))
## Installation
```console
pip install InstagramReelDownloader
```
InstagramReelDownloader officially supports Python 3.8+.
## Usage
### Default
```python
from InstagramReelDownloader import ReelDownload
ReelDownload(reel_url) # url can be in any format can also pass file name else it will use "reel.mp4"
```
Raw data
{
"_id": null,
"home_page": null,
"name": "InstagramReelDownloader",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "InstagramReelDownloader, Instagram, Reel Downloader, Instagram Reel",
"author": null,
"author_email": "Ankushtpss <ankushkumartpss@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/b7/bb/ab16d93121e3d01e1a3d06d3de95de794f1a899d4e5d74384d99716bffab/instagramreeldownloader-1.1.tar.gz",
"platform": null,
"description": "# Instagram Reel Downloader\n\n## Overview\nThis project aims to build a headless Instagram reel downloader using Selenium WebDriver.\n\n[//]: # ()\n[//]: # (## Download stats)\n\n[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab)](https://pepy.tech/project/ActiveCollab) <br>)\n\n[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab/week)](https://pepy.tech/project/ActiveCollab) <br>)\n\n[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab/month)](https://pepy.tech/project/ActiveCollab))\n\n\n## Installation\n\n```console\npip install InstagramReelDownloader\n```\nInstagramReelDownloader officially supports Python 3.8+.\n\n## Usage\n\n### Default\n```python\nfrom InstagramReelDownloader import ReelDownload\n\nReelDownload(reel_url) # url can be in any format can also pass file name else it will use \"reel.mp4\"\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Instagram reel downloader using Selenium WebDriver.",
"version": "1.1",
"project_urls": {
"Bug Tracker": "https://github.com/Ankushtpss/InstagramReelDownloader/issues",
"Homepage": "https://github.com/Ankushtpss/InstagramReelDownloader"
},
"split_keywords": [
"instagramreeldownloader",
" instagram",
" reel downloader",
" instagram reel"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ec6c227c1567b7cbfc709edfc081a5537ba5c368b93bad178a099f2c758cbe87",
"md5": "cebe278d8c875bc0bd18d91ac1c60231",
"sha256": "ddc0d3ffdce635493a6f5a8146b77ae2bac32d890e39c9767990a2f68cd53263"
},
"downloads": -1,
"filename": "InstagramReelDownloader-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cebe278d8c875bc0bd18d91ac1c60231",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6167,
"upload_time": "2024-04-15T10:12:59",
"upload_time_iso_8601": "2024-04-15T10:12:59.435720Z",
"url": "https://files.pythonhosted.org/packages/ec/6c/227c1567b7cbfc709edfc081a5537ba5c368b93bad178a099f2c758cbe87/InstagramReelDownloader-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7bbab16d93121e3d01e1a3d06d3de95de794f1a899d4e5d74384d99716bffab",
"md5": "8854ef4693c7f522f38fa29729976950",
"sha256": "1005ee790258719842b190f694840885973ea0389712754b06f0bd30581276c5"
},
"downloads": -1,
"filename": "instagramreeldownloader-1.1.tar.gz",
"has_sig": false,
"md5_digest": "8854ef4693c7f522f38fa29729976950",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5950,
"upload_time": "2024-04-15T10:13:00",
"upload_time_iso_8601": "2024-04-15T10:13:00.859460Z",
"url": "https://files.pythonhosted.org/packages/b7/bb/ab16d93121e3d01e1a3d06d3de95de794f1a899d4e5d74384d99716bffab/instagramreeldownloader-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-15 10:13:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ankushtpss",
"github_project": "InstagramReelDownloader",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "instagramreeldownloader"
}