From the last 2 months, I am learning text extraction and processing. So, I thought of building something to demonstrate its power.
Right now, I am working on this little project, which fetches & analyzes all tweets from any twitter profile.
Wrote simple python script to do that. The script is on Github, offer any suggestions to improve that.
To use Tweetary, clone the git repo.
Find top 25 words used by your favorite tweeps!
Here is the sample output of the code.
Right now, I am working on this little project, which fetches & analyzes all tweets from any twitter profile.
Wrote simple python script to do that. The script is on Github, offer any suggestions to improve that.
To use Tweetary, clone the git repo.
git clone https://github.com/ChillarAnand/tweetary.git
Find top 25 words used by your favorite tweeps!
p
ython tweetary.py <username>
Here is the sample output of the code.