Python script to scrap Reddit via Python Reddit API Wrapper.
->Scrapped hot threads of top subreddits concerning healthcare with keyword = 'drug'
->Imported the obtained data to CSV and JSON files
To be implemented -
-> Addition of keywords to obtain more relevant and required data about ADRs
-> Parsing reddit comments with similar keywords.
-> Storage and arranging obtained data (preferably through Pandas)
Python script to scrap Reddit via Python Reddit API Wrapper. ->Scrapped hot threads of top subreddits concerning healthcare with keyword = 'drug' ->Imported the obtained data to CSV and JSON files
To be implemented - -> Addition of keywords to obtain more relevant and required data about ADRs -> Parsing reddit comments with similar keywords. -> Storage and arranging obtained data (preferably through Pandas)