
Instagramから、画像(または動画)をそのキャプションやその他のメタデータとともにダウンロードします。
.. image:: https://raw.githubusercontent.com/instaloader/instaloader/master/docs/logo_heading.png
.. badges-start
|pypi| |pyversion| |license| |aur| |contributors| |downloads|
.. |pypi| image:: https://img.shields.io/pypi/v/instaloader.svg :alt: Instaloader PyPI Project Page :target: https://pypi.org/project/instaloader/
.. |license| image:: https://img.shields.io/github/license/instaloader/instaloader.svg :alt: MIT License :target: https://github.com/instaloader/instaloader/blob/master/LICENSE
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/instaloader.svg :alt: Supported Python Versions
.. |contributors| image:: https://img.shields.io/github/contributors/instaloader/instaloader.svg :alt: Contributor Count :target: https://github.com/instaloader/instaloader/graphs/contributors
.. |aur| image:: https://img.shields.io/aur/version/instaloader.svg :alt: Arch User Repository Package :target: https://aur.archlinux.org/packages/instaloader/
.. |downloads| image:: https://pepy.tech/badge/instaloader/month :alt: PyPI Download Count :target: https://pepy.tech/project/instaloader
.. badges-end
::
$ pip3 install instaloader
$ instaloader profile [profile ...]
Instaloader
公開・非公開プロフィール、ハッシュタグ、ユーザーストーリー、フィード、保存済みメディアをダウンロードし、
各投稿のコメント、ジオタグ、キャプションをダウンロードし、
プロフィール名の変更を自動的に検出し、それに応じて対象ディレクトリをリネームし、
フィルタやダウンロードしたメディアの保存先を細かくカスタマイズでき、
以前に中断されたダウンロードの反復を自動的に再開します。
::
instaloader [--comments] [--geotags]
[--stories] [--highlights] [--tagged] [--reels] [--igtv]
[--login YOUR-USERNAME] [--fast-update]
profile | "#hashtag" | :stories | :feed | :saved
Instaloader ドキュメント <https://instaloader.github.io/>__
プロフィールのすべての写真と動画をダウンロードし、プロフィール画像もダウンロードするには、次のようにします
::
instaloader profile [profile ...]
profile はダウンロードしたいプロフィールの名前です。1つのプロフィールだけでなく、プロフィールのリストを指定することもできます。
後でそれらのプロフィールのローカルコピーを更新するには、次のように実行します
::
instaloader --fast-update profile [profile ...]
--fast-update を指定すると、Instaloader は最初のダウンロード済み画像に到達した時点で停止します。
あるいは、--latest-stamps を使用すると、Instaloader に各プロフィールの最終ダウンロード時刻を保存させ、新しいメディアのみをダウンロードさせることができます
::
instaloader --latest-stamps -- profile [profile ...]
このオプションを使用すると、ダウンロードしたメディアを移動または削除しても、アーカイブを最新の状態に保つことができます。
プロフィールを更新する際、Instaloader はプロフィール名の変更を自動的に検出し、それに応じて対象ディレクトリをリネームします。
Instaloader は非公開プロフィールのダウンロードにも使用できます。そのためには、次のように呼び出します
::
instaloader --login=your_username profile [profile ...]
ログイン時、Instaloader はセッションクッキーを一時ディレクトリ内のファイルに保存し、次回 --login を指定したときに再利用します。したがって、有効なセッションクッキーファイルがあれば、非対話的に非公開プロフィールをダウンロードできます。
Instaloader ドキュメント <https://instaloader.github.io/basic-usage.html>__
オープンソースプロジェクトとして、Instaloader はコミュニティからの貢献に大きく依存しています。Instaloader をさらに優れたツールにするための協力方法については、貢献 <https://instaloader.github.io/contributing.html>__ を参照してください。
.. current-sponsors-start
| Instaloader は誇りを持って以下のスポンサーによる支援を受けています
.. list-table:: :align: center
SocialAPIs <https://socialapis.io/?utm_source=github&utm_medium=sponsor&utm_campaign=instaloader>__|
.. list-table:: :align: center
@rocketapi-io <https://github.com/rocketapi-io>__|
Instaloader の開発をスポンサーする方法については、Alex の GitHub Sponsors <https://github.com/sponsors/aandergr>__ ページを参照してください!
.. |socialapis| image:: ./.sponsor-logos/socialapis.png :alt: SocialAPIs :target: https://socialapis.io/?utm_source=github&utm_medium=sponsor&utm_campaign=instaloader :height: 96px
.. current-sponsors-end
私たちは Instaloader を世界に共有できることを嬉しく思います。そして、多くのユーザーが提案やアイデアを共有してくれる、このような活発で刺激的なコミュニティを集められたことを誇りに思います。時折、コミュニティがスポンサーとなって購入してくださるビールやコーヒーがあれば、Instaloader の開発への情熱はさらに高まることでしょう。
| 寄付については、GitHub Sponsors ページ、PayPal.Me リンク、Bitcoin アドレスを提供しています。
| GitHub Sponsors: GitHub Sponsors で @aandergr をスポンサー <https://github.com/sponsors/aandergr>__
| PayPal: PayPal.me/aandergr <https://www.paypal.me/aandergr>__
| BTC: 1Nst4LoadeYzrKjJ1DX9CpbLXBYE9RKLwY
.. disclaimer-start
Instaloader は、Instagram またはその関連会社・子会社とは一切関係がなく、それらによる承認、保守、推奨も受けていません。これは独立した非公式のプロジェクトです。自己責任で使用してください。
Instaloader は MIT ライセンスの下で提供されています。詳細については LICENSE ファイルを参照してください。
.. disclaimer-end