Analyze the top 5 reviews of a list of companies to mark them as "Positive" or "Negative" when applying to a job
Top Benefits
Sentiment Analysis using Python
Quick analysis of reviews to multiple companies
Improve job application process
Tasks
Read Excel to get list of companies
Login to Glassdoor to search for each company
Fetch top 5 reviews for each company
Execute Python function to get polarity of each review
Fill the final result (Positive/Negative) in the excel based on average polarity of each company
The bot reads an Excel file to fetch the top 5 reviews from Glassdoor for each company in Excel. After fetching the reviews, it calculates the average polarity of all 5 reviews using Python Sentiment Analysis function. Based on average polarity, the company is marked "Positive" (for polarity > 0) or "Negative" (for polarity < 0) in the Excel sheet.
See the Bot in Action
Setup process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Use the Bot in a bot, configure keys and other credentials the Bot will need (see the ReadMe for details.)