Knowing a target's personality type and communication style greatly increases the potential to influence. For this reason, a personality analysis is a nice tool to have in the social engineer's toolbelt. In this recipe, we will utilize IBM Watson's Personality Insights API to analyze a target's Tweets to obtain a personality profile.
Personality analysis
Getting ready
Preparation for this recipe consists of installing the IBM Watson package in pip. The instructions are as follows:
pip install ibm-watson
In addition, you will want to sign up for a Watson Personality Insights account.