Closed Eik-S closed 6 years ago
There is a line in your code like this:
user_dict[ "profile_img_url"] = str(data['profile_image_url'])
Is there a reason why you changed the property name? should we stick to the same convention Twitter uses not to get confused?
get_retweeters( post_id: string) #from twitterApi
get_followers( user_ids: string) #from neo4j
get_user_info( user_id: string) #from neo4j or twitterApi