An open API service indexing awesome lists of open source software.

https://github.com/othreecodes/twitter-analysis

Analysis of a tweet to find the most common words in the replies and quotes
https://github.com/othreecodes/twitter-analysis

analysis twarc tweets twitter-analysis

Last synced: about 2 months ago
JSON representation

Analysis of a tweet to find the most common words in the replies and quotes

Awesome Lists containing this project

README

          

# twitter-analysis
Analysis of a tweet to find the most common words in the replies and quotes

Tweet source : https://twitter.com/cowrywise/status/1298642550287478785

I used [Twarc](https://github.com/DocNow/twarc) to get the replies to the tweets and then converted the `text` column of the csv file to a python list.

### Libs used:
- Pandas
- Nltk
- collections
- itertools
- Twarc