File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,15 @@ It is a simple script that retweets any hashtag provided in it.
218218``` bash
219219python twitter_retweet_bot.py
220220```
221+ * ### Twitter Sentiment Analysis
222+ A python script that goes through the twitter feeds and calculates the sentiment of the users on the topic of Demonetization in India.
223+ Sentiments are calculated to be positive, negative or neutral.
224+ Various other analyses are represented using graphs.
225+
226+ ``` bash
227+ pip install -r analyseTweets-requirements.txt
228+ python analyseTweets.py
229+ ```
221230
222231
223232* ### URL Shortener
@@ -297,17 +306,6 @@ In case your browser stoped working delete/comment the following line in the scr
297306#### _ Windows_
298307 ` os.system("TASKKILL /F /IM " + brow + ".exe") `
299308
300-
301- * ### Twitter Sentiment Analysis
302- A python script that goes through the twitter feeds and calculates the sentiment of the users on the topic of Demonetization in India.
303- Sentiments are calculated to be positive, negative or neutral.
304- Various other analyses are represented using graphs.
305-
306- ``` bash
307- pip install -r analyseTweets-requirements.txt
308- python analyseTweets.py
309- ```
310-
311309## Release History
312310
313311* 0.0.1
You can’t perform that action at this time.
0 commit comments