Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Edited the readme and arranged alphabetically
  • Loading branch information
Logan1x authored Oct 31, 2017
commit c4e56e59094f62ccfe05e0e0ba3fd65d1f12af0e
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ It is a simple script that retweets any hashtag provided in it.
```bash
python twitter_retweet_bot.py
```
* ### Twitter Sentiment Analysis
A python script that goes through the twitter feeds and calculates the sentiment of the users on the topic of Demonetization in India.
Sentiments are calculated to be positive, negative or neutral.
Various other analyses are represented using graphs.

```bash
pip install -r analyseTweets-requirements.txt
python analyseTweets.py
```


* ### URL Shortener
Expand Down Expand Up @@ -297,17 +306,6 @@ In case your browser stoped working delete/comment the following line in the scr
#### _Windows_
`os.system("TASKKILL /F /IM " + brow + ".exe")`


* ### Twitter Sentiment Analysis
A python script that goes through the twitter feeds and calculates the sentiment of the users on the topic of Demonetization in India.
Sentiments are calculated to be positive, negative or neutral.
Various other analyses are represented using graphs.

```bash
pip install -r analyseTweets-requirements.txt
python analyseTweets.py
```

## Release History

* 0.0.1
Expand Down