Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created July 16, 2020 09:42
Show Gist options
  • Save BexTuychiev/89cb73ba40bc0095a62bc50b50779b57 to your computer and use it in GitHub Desktop.
Save BexTuychiev/89cb73ba40bc0095a62bc50b50779b57 to your computer and use it in GitHub Desktop.
# Import the module
import instaloader
# Create an instance of Instaloader class
bot = instaloader.Instaloader()
# Load a profile from an Instagram handle
profile = instaloader.Profile.from_username(bot.context, 'python_scripts')
print(type(profile))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment