In this post, we will see how to resolve How to get user information from scraped reddit posts? Question: I’ve was able to scrape the top reddit posts from a specific subreddit after a certain date. I collected the titles, ...

Question: I want to perform sentiment analyses on various subreddits and consider both “new” and “hot” submissions. I’m able to do this in the following way: Here, “do stuff” involves 40 lines of identical code. I’d like to reference the ...

Question: Let’s say I have the following struct Then lets say I send a request to an API, but my issue is the API docs and from testing have told me that the edited value can come back as a ...

Question: I’m trying to read the sentiment of multiple Reddit posts. I’ve got the idea to work using 6 API calls but I think we can refactor it to 2 calls. The wall I’m hitting – is it possible to ...

Question: I am trying to make a cryptocurrency tipbot for Reddit in python. I am trying to see if I can communicate with BitcoinAPI and return stuff like balance. My bot should have commented the balance but just commented this: ...