Features - StereoPT/TwitterAI GitHub Wiki
Current Features
At the moment, this software has the following features:
- Authenticate your twitter account.
- Fetch chosen account information in order to display the screen name and profile picture.
- Fetch trending topics for the chosen country.
- From the trending topic choose one at random to analyze.
- Get the tweet feed from the chosen topic.
- Create markov chain from the tweets.
- Serialize markov chain in order to save it.
- Load markov chain if present.
- Generate 5 random tweets.
- Show everything in a web page.