Esempio n. 1
0
 def page_instance(self):
     profile_url = "https://www.instagram.com/chris_greening/"
     profile_obj = Profile(profile_url)
     profile_obj.load()
     return profile_obj
Esempio n. 2
0
 def page_instance(self, url):
     random_profile = Profile(url)
     random_profile.load()
     return random_profile