Skip to content

Instantly share code, notes, and snippets.

@eduolihez
Created February 28, 2023 20:53
Show Gist options
  • Save eduolihez/36a20f3db379929efb2f3f7c901e26cd to your computer and use it in GitHub Desktop.
Save eduolihez/36a20f3db379929efb2f3f7c901e26cd to your computer and use it in GitHub Desktop.
Instagram Find Username with ID
import instaloader
L = instaloader.Instaloader()
profile = instaloader.Profile.from_id(L.context, ID)
print(profile.username)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment