├── 0527-SpaceX ├── 0527-keywordDF.csv ├── 0527-sentimentDF.csv └── 0527-userDF.csv ├── MasterConsumer.py ├── README.md ├── TwittSentTrainer.py ├── TwitterStream.py ├── chauser_2020-10-06_18-40-22.png ├── dataCleaner.py ├── frontendDash.py ├── models └── extendedStopwords.txt └── streamConfig.ini /0527-SpaceX/0527-keywordDF.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/0527-SpaceX/0527-keywordDF.csv -------------------------------------------------------------------------------- /0527-SpaceX/0527-sentimentDF.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/0527-SpaceX/0527-sentimentDF.csv -------------------------------------------------------------------------------- /0527-SpaceX/0527-userDF.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/0527-SpaceX/0527-userDF.csv -------------------------------------------------------------------------------- /MasterConsumer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/MasterConsumer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/README.md -------------------------------------------------------------------------------- /TwittSentTrainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/TwittSentTrainer.py -------------------------------------------------------------------------------- /TwitterStream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/TwitterStream.py -------------------------------------------------------------------------------- /chauser_2020-10-06_18-40-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/chauser_2020-10-06_18-40-22.png -------------------------------------------------------------------------------- /dataCleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/dataCleaner.py -------------------------------------------------------------------------------- /frontendDash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/frontendDash.py -------------------------------------------------------------------------------- /models/extendedStopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/models/extendedStopwords.txt -------------------------------------------------------------------------------- /streamConfig.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cchauser/Twitter-real-time-sentiment-analysis/HEAD/streamConfig.ini --------------------------------------------------------------------------------