This is a webapp that takes a Twitter handle and returns a personality profile based on their tweet history created by IBM's Watson.
This is a webapp built with a React front-end and an Express Node.JS back-end as a proxy to make the API call to IBM's Watson.
The original proposal for this capstone project was to make two API calls- one to Twitter for a users tweet history, and one to send that history to IBM's Watson to return a personality breakdown based on that history. What I was able to accomplish was to successfully use IBM's Watson to pull that history itself and return that data with just a single API call.
- Unfortunately IBM has deprecated the api that this app depends on and will no longer provide new API credentials. For now the only way to use this app would be to contact me directly.
- No known bugs
Create a pull request on GitHub.
I used React, Javascript, Node, Express, Twitter API, Watson API, HTML, CSS, and DuckDuckGo to build this program.
GPL, keep information free.
Copyright (c) 2019 Brian Hensley