معرفی شرکت ها


basketcase-3.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fetch resources from Instagram
ویژگی مقدار
سیستم عامل OS Independent
نام فایل basketcase-3.0.2
نام basketcase
نسخه کتابخانه 3.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Douglas Silva <doug.hs@protonmail.ch>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/basketcase/
مجوز Copyright (c) 2021-2022 Douglas Silva Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# BasketCase Automates downloading images and videos from Instagram posts. Known limitations: - Stories and highlights are not supported yet. - Although two-factor authentication is supported, only the `totp` method has been tested. ## Installation and usage 1. Install it from [PyPI](https://pypi.org/project/basketcase/). ```sh pip install basketcase ``` > This will put the executable `basketcase` on your PATH. 2. Create a text file (e.g. `basketcase.txt`) and populate it with resource URLs. ``` https://www.instagram.com/p/<post_id>/ https://www.instagram.com/p/<post_id>/ https://www.instagram.com/p/<post_id>/ https://www.instagram.com/p/<post_id>/ ``` 3. Pass the file as a positional argument. An interactive authentication procedure will follow. ```sh basketcase ./basketcase.txt ``` > Downloaded resources will be stored in the current working directory (i.e. `$PWD/basketcase_{timestamp}/`). ## User data Cookies and other application data are kept in `~/.basketcase`. ## Development setup 1. `cd` to the project root and create a virtual environment in a directory named `venv`, which is conveniently ignored in version control. 2. Install the dependencies. ```sh pip install -r requirements.txt ``` 3. Install this package in editable mode. ```sh pip install -e . ``` ### Package build and upload 1. Update the requirements list. ```sh pip freeze --exclude-editable > requirements.txt ``` 2. Increment the version on `pyproject.toml`. 3. Build and publish the package ```sh hatch build hatch publish ``` 4. Commit and push the changes (and the new version tag) to the git repository.


نیازمندی

مقدار نام
- pillow~=9.2.0
- requests~=2.28.1
- yt-dlp==2022.07.18


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl basketcase-3.0.2:

    pip install basketcase-3.0.2.whl


نصب پکیج tar.gz basketcase-3.0.2:

    pip install basketcase-3.0.2.tar.gz