Created
July 16, 2020 09:42
-
-
Save BexTuychiev/89cb73ba40bc0095a62bc50b50779b57 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
# 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