Open victorgenus opened 2 years ago
I compiled the code, got an alert NameError: name 'post_df_full' is not defined
As it says, you need to define post_df_full before you can use it. This is a problem in your code though, not an issue with facebook-scraper
I compiled the code, got an alert NameError: name 'post_df_full' is not defined