instalooter 0.13.0
pip install instalooter==0.13.0
Released:
Another API-less Instagram pictures and videos downloader
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPLv3)
- Author: Martin Larralde
- Tags instagram, download, web, web scraping, looter
- Requires: Python >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Not all treasure’s silver and gold, mate.
InstaLooter is a program that can download any picture or video associated from an Instagram profile, without any API access. It can be seen as a re-implementation of the now deprecated InstaRaider developed by @akurtovic.
Requirements
BeautifulSoup |
HTML parsing |
|||
docopt |
CLI arguments parsing |
|||
progressbar2 |
Dynamic output in CLI |
|||
requests |
HTTP handling |
|||
six |
Python 2/3 compatibility |
|||
dateutil |
Date manipulation |
|||
hues |
Colored output |
Installation
InstaLooter is available on PyPI to install with pip. If you are not familiar with the package management of the Python ecosystem, please see the Installation page of the online documentation. Yet, you will probably end up using the following command:
pip install --user instaLooter
Usage
InstaLooter comes with its CLI:
$ instaLooter <username> [<directory>] [options]
$ instaLooter (hashtag <hashtag> <directory> [options]
$ instaLooter post <post_token> <directory> [options]
$ instaLooter batch <batch_file>
Logging in and out
There are two ways to login on Instagram through instaLooter:
use the login subcommand (instaLooter login) to interactively login using your username and password.
give a --username (and, if you want, a --password) argument to any of the download commands.
In both cases, a session cookie will be created in the system temporary folder. To delete it and close your session on the server, use the logout subcommand.
Examples
Download all pictures from the instagram profile in the current directory:
$ instaLooter instagram
Download the latest 20 pictures or videos tagged with python to /tmp:
$ instaLooter hashtag python /tmp -n 20 -v -c MYLOGIN
Download a single post from an url in the current directory:
$ instaLooter post "https://www.instagram.com/p/BFB6znLg5s1/" .
Use a configuration file to download from several account using custom parameters (see Batch mode):
$ instaLooter batch /path/to/a/config/file.ini
See more on the Usage page of the online documentation.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPLv3)
- Author: Martin Larralde
- Tags instagram, download, web, web scraping, looter
- Requires: Python >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file instaLooter-0.13.0.tar.gz
.
File metadata
- Download URL: instaLooter-0.13.0.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe096ccb7f01c5dc91c84a16097af2f502de5d1a35c78ad86a0b8e93fde2d139 |
|
MD5 | 1d3d0b1cd9e3a98f656238900897ae28 |
|
BLAKE2b-256 | 8070435c2cefe96b9f5506a58882a395bb8589fe30b289a4ca5ec7dfc6a52d36 |
File details
Details for the file instaLooter-0.13.0-py2.py3-none-any.whl
.
File metadata
- Download URL: instaLooter-0.13.0-py2.py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b16f6047553334c6622caa8c7f74ffb5a8d280ea3d31b77cb4d234b903c6efb0 |
|
MD5 | 1f7b46da12624aa38adead0ca58cd58e |
|
BLAKE2b-256 | 3155b9211c699cfc6c2952efe3d64da8a735a7fe5ef6b111316ba20813b4049e |