Skip to content

Commit 01bf840

Browse files
authored
Edited the readme and arranged alphabetically (#75)
1 parent e8cc152 commit 01bf840

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,15 @@ It is a simple script that retweets any hashtag provided in it.
218218
```bash
219219
python 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

0 commit comments

Comments
 (0)