
Squashed commit of the following (pr #154): commit 8fd56c379ff89ff634b510df8abde5a9c50218f0 Merge: 08f0ee7 a3777ca Author: Lars Lindqvist <e5150@users.noreply.github.com> Date: Wed Aug 15 20:23:23 2018 +0200 Merge branch 'master' into master commit 08f0ee795c2273b09056031253781776c5c93bf4 Merge: 700b3a8 dcea0e9 Author: Lars Lindqvist <e5150@users.noreply.github.com> Date: Sun Aug 5 15:25:55 2018 +0200 Merge branch 'master' into master commit 700b3a8d094f552caa638a9d91f9221392a8e3f0 Author: Lars Lindqvist <lars.lindqvist@yandex.ru> Date: Sat Aug 4 16:26:59 2018 +0200 Basic CLI support for tagged posts. commit 5e3cd10cbcbec6d29abd6a56ab9c39294a8d44b3 Merge: af564f5 92653dc Author: Lars Lindqvist <e5150@users.noreply.github.com> Date: Fri Aug 3 19:33:24 2018 +0200 Merge branch 'master' into master commit af564f5174d1ffd3af3f7e635b650651e1f7411a Author: Lars Lindqvist <e5150@users.noreply.github.com> Date: Fri Aug 3 19:25:57 2018 +0200 Fix owner_profile for Profile.get_tagged_posts() commit 3cde1f7db4860edaca970c70543ed5bca0f97853 Author: Lars Lindqvist <e5150@users.noreply.github.com> Date: Thu Jul 26 19:51:33 2018 +0200 Add meth:get_tagged_posts to Profile
.. image:: https://raw.githubusercontent.com/instaloader/instaloader/master/docs/logo_heading.png :: $ pip3 install instaloader $ instaloader profile [profile ...] **Instaloader** - downloads **public and private profiles, hashtags, user stories, feeds and saved media**, - downloads **comments, geotags and captions** of each post, - automatically **detects profile name changes** and renames the target directory accordingly, - allows **fine-grained customization** of filters and where to store downloaded media. :: instaloader [--comments] [--geotags] [--stories] [--login YOUR-USERNAME] [--fast-update] profile | "#hashtag" | :stories | :feed | :saved `Instaloader Documentation <https://instaloader.github.io/>`__ How to Automatically Download Pictures from Instagram ----------------------------------------------------- To **download all pictures and videos of a profile**, as well as the **profile picture**, do :: instaloader profile [profile ...] where ``profile`` is the name of a profile you want to download. Instead of only one profile, you may also specify a list of profiles. To later **update your local copy** of that profiles, you may run :: instaloader --fast-update profile [profile ...] If ``--fast-update`` is given, Instaloader stops when arriving at the first already-downloaded picture. When updating profiles, Instaloader automatically **detects profile name changes** and renames the target directory accordingly. Instaloader can also be used to **download private profiles**. To do so, invoke it with :: instaloader --login=your_username profile [profile ...] When logging in, Instaloader **stores the session cookies** in a file in your temporary directory, which will be reused later the next time ``--login`` is given. So you can download private profiles **non-interactively** when you already have a valid session cookie file. `Instaloader Documentation <https://instaloader.github.io/basic-usage.html>`__ Disclaimer ---------- .. disclaimer-start Instaloader is in no way affiliated with, authorized, maintained or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial project. Use at your own risk. Instaloader is licensed under an MIT license. Refer to ``LICENSE`` file for more information. .. disclaimer-end Contributing ------------ As an open source project, Instaloader heavily depends on the contributions from its community. See `contributing <https://instaloader.github.io/contributing.html>`__ for how you may help Instaloader to become an even greater tool. It is a pleasure for us to share our Instaloader to the world, and we are proud to have attracted such an active and motivating community, with so many users who share their suggestions and ideas with us. Buying a community-sponsored beer or coffee from time to time is very likely to further raise our passion for the development of Instaloader. | For Donations, we provide a PayPal.Me link and a Bitcoin address. | PayPal: `PayPal.me/aandergr <https://www.paypal.me/aandergr>`__ | BTC: 1Nst4LoadeYzrKjJ1DX9CpbLXBYE9RKLwY
Description
Languages
Python
99.6%
Shell
0.4%