Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update readme.md
  • Loading branch information
niharikakrishnan committed Oct 28, 2017
commit 7de109bc84d36de00e4f090f3d58fb76aeb042d7
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Scripts
# Python Scripts

[![forthebadge](http://forthebadge.com/images/badges/made-with-python.svg)](http://forthebadge.com)

Expand Down Expand Up @@ -290,7 +290,6 @@ python youtube-bot-linux.py
# For Windows Users
python youtube-bot-windows.py
```

#### NOTE:
In case your browser stoped working delete/comment the following line in the script.
#### _Linux_
Expand All @@ -299,7 +298,15 @@ In case your browser stoped working delete/comment the following line in the scr
`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

Expand Down Expand Up @@ -329,7 +336,7 @@ Distributed under the MIT LICENSE license. See [``LICENSE``](https://github.com/
## Contributors

The following people helped in creating the above content.

* <a href="https://github.com/niharikakrishnan">Niharika Krishnan</a>
* <a href="https://github.com/Logan1x" target="_blank">Khushal Sharma</a>
* <a href="https://github.com/KayvanMazaheri" target="_blank">Kayvan Mazaheri</a>
* <a href="https://github.com/kalbhor" target="_blank">Lakshay Kalbhor</a>
Expand Down