Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agdhruv/twitter-personality-match
Compares last 200 tweets of 2 Twitter users and matches their personality.
https://github.com/agdhruv/twitter-personality-match
Last synced: 25 days ago
JSON representation
Compares last 200 tweets of 2 Twitter users and matches their personality.
- Host: GitHub
- URL: https://github.com/agdhruv/twitter-personality-match
- Owner: agdhruv
- Created: 2017-06-08T18:58:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:59:00.000Z (almost 2 years ago)
- Last Synced: 2023-08-08T00:10:03.825Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-personality-match
This script uses the IBM Watson `Personality Insights API` and the `Twitter API` to compare the last 200 tweets of two Twitter users (with public profiles), and prints out the closest personality traits shown by the two users.
This was a fun exercise, which introduced me to the beautiful IBM Watson APIs.
The easiest way to run this script is by using a Python virtual environment `virtualenv`. Use `requirements.txt` to install all required Python packages.