Created
June 28, 2023 07:19
-
-
Save asvechkar/47a64e1f0591c1f6aa10b584053d2895 to your computer and use it in GitHub Desktop.
Загружать посты с Нельзяграмма
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install instaloader | |
import instaloader | |
# Create an instance of Instaloader | |
loader = instaloader.Instaloader() | |
# Define the target Instagram profile | |
target_profile = "instagram" | |
# Download posts from the profile | |
loader.download_profile(target_profile, profile_pic=False, fast_update=True) | |
print("Posts downloaded successfully!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment