kaustav202 / RealTime-TwitterDataAnalysis

Collect and process real time twitter data plotting various metrics like volume , proportion, sentiment. Analyze tweet node networks and map them geographically.
29 stars 15 forks source link

Integrate sentiment_analysis.py with main #15

Closed kaustav202 closed 2 years ago

kaustav202 commented 2 years ago

The sentiment analysis functionality needs to run as part of main ( through import )

Import in main is commented out due to error. Auxiliary module sentiment_analysis import causing error

Generate sentiment plots without errors. Possibly create two separate functions for sentiment score generation and plot generation in sentiment_analysis.py inside a class based and call them by importing in main.

Note : ds_twets does not need to be generated again in sentiment_analysis as it is already in main.py and also converted to time-series, so it can be utilized for time-series plotting

segfal commented 2 years ago

Can i work on this? i've done something like this before, so i can try to fix the sentimental analysis part.

kaustav202 commented 2 years ago

sure.. go ahead with it

segfal commented 2 years ago

Im almost done, i am just testing it right now so it doesn't create any new bugs