Another API-less Instagram pictures and videos downloader.
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.
Usage
InstaLooter comes with its CLI:
$ instaLooter <username> [<directory>] [options]
$ instaLooter hashtag <hashtag> [<directory>] [options]
$ instaLooter post <post_token> [<directory>] [options]
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
Download a single post from an url in the current directory
$ instaLooter post "https://www.instagram.com/p/BFB6znLg5s1/"
See more at the Usage page of the online documentation.
Project details
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
Hashes for instaLooter-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76710ede6681b2fc73eeb9fe7d8664b00326fa11014d45a277e996a83dc61297 |
|
MD5 | 631d06ea4a9c97a7571c019af7ea9072 |
|
BLAKE2b-256 | e6dbca21b3393ad6cfa60388e0f8248142067d2735bf634f49849c668f418147 |