Skip to main content

Fetch resources from Instagram

Project description

BasketCase

Fetch resources from Instagram.

It can download images and videos in their highest quality from any type of publication. You will need a session cookie to avoid rate limits and access controls.

Installation and usage

  1. Install it from PyPI. The --user flag means it will be installed in your home directory.
pip install --user basketcase

This will put the executable basketcase on your PATH.

  1. 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>/
  1. Pipe the contents of the file to the script, optionally passing the session cookie.
cat basketcase.txt | basketcase -c session_cookie_id

Downloaded resources will be stored in the current working directory (i.e. $PWD/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.
pip install -r requirements.txt
  1. Install this package in editable mode.
pip install -e .

Package build and upload

  1. Update the requirements list.
pip freeze --exclude-editable > requirements.txt
  1. Increment the version on setup.cfg.
  2. Build and upload to PyPI.
python -m build
python -m twine upload dist/*
  1. Commit and push the changes (and the new version tag) to the git repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

basketcase-1.0.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

basketcase-1.0.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file basketcase-1.0.0.tar.gz.

File metadata

  • Download URL: basketcase-1.0.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5

File hashes

Hashes for basketcase-1.0.0.tar.gz
Algorithm Hash digest
SHA256 408aa2e24fe01b9c097e3fa1155c73e5bfaaca07698e393373d31bb66cfcd232
MD5 5e0816ffb74b2b77f549fdc4b8318c78
BLAKE2b-256 749d1627c243d64af768ff55c6c7dec0900a40993839763066bdc9bc03603c94

See more details on using hashes here.

File details

Details for the file basketcase-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: basketcase-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5

File hashes

Hashes for basketcase-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a8a70c3afdf1bab67e7302fec4f644f6d8e0560af120f029b13547c111aaffe4
MD5 4a45dc9def6892536914d33cbb69ff16
BLAKE2b-256 c01450f320d8ecb3061a839a0c18323f0812e5afdf011369ed2c21b775aac3b5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page