Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created July 16, 2020 11:12
Show Gist options
  • Save BexTuychiev/0b096e25a5a6730a35e365ed8d0c06da to your computer and use it in GitHub Desktop.
Save BexTuychiev/0b096e25a5a6730a35e365ed8d0c06da to your computer and use it in GitHub Desktop.
# Retrieve the usernames of all followers
followers = [follower.username for follower in profile.get_followers()]
# Retrieve the usernames of all followees
followees = [followee.username for followee in profile.get_followees()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment