Skip to content

Instantly share code, notes, and snippets.

@asvechkar
Created June 28, 2023 07:19
Show Gist options
  • Save asvechkar/47a64e1f0591c1f6aa10b584053d2895 to your computer and use it in GitHub Desktop.
Save asvechkar/47a64e1f0591c1f6aa10b584053d2895 to your computer and use it in GitHub Desktop.
Загружать посты с Нельзяграмма
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