reddit_scraper_and_sentiment_analyzer
reddit_scraper_and_sentiment_analyzer copied to clipboard
Download reddit posts based on keywords and perform sentiment analysis on the posts.
in reddit_post_sentiment_analysis.py line sid = SentimentIntensityAnalyzer() is only declared but the function is not coded. Please advice if you have the code for it. Thank you, Vishal
I get the error below on some dates. Why that is and how can I fix it? Thank you :/ ``` File "C:\Users\apavl\reddit\download_data_from_reddit.py", line 95, in data = get_pushshift_data(key_word, after,...
First of all this is such a nice and easy to use script. My only issue is that it only downloads the starting post of a thread. How would one...