purplepotion / sadrat

Smart Adverse Drug Reaction Assessment Tools.
MIT License
17 stars 10 forks source link

Reddit scraper #1

Closed 007vedant closed 5 years ago

007vedant commented 5 years ago

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)