Beispiel #1
0
 def page_instance(self, url):
     random_google_post = Post(url)
     random_google_post.load()
     return random_google_post
Beispiel #2
0
 def page_instance(self):
     google_post_url = f"https://www.instagram.com/p/CGX0G64hu4Q/"
     random_google_post = Post(url=google_post_url)
     random_google_post.load()
     return random_google_post
Beispiel #3
0
def google_post() -> Post:
    google_post_url = f"https://www.instagram.com/p/CFkIz2UlIng/"
    random_google_post = Post(url=google_post_url)
    random_google_post.load()
    return random_google_post