Ege Tekiner
Results
1
issues of
Ege Tekiner
Hello everyone, I am using the following code part; ``` main_df = pd.DataFrame(columns = ['index_number','post_id','timestamp','likes','reactions','reaction_count','comments','shares'] ) for post in get_posts('PAGENAME', cookies='./cookies.txt',timeout = 10, pages=10, options={'allow_extra_requests': False, "reactors": True}): ``` When...