-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4936c11
commit 1ae4335
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>Clear Skies</strong></span></p> | ||
<p align="center"><img src="images/snapshot.png" title="Screenshot"></p> | ||
<p style="text-align: left;">Utility designed to check for tweets about a user every 5 seconds, displaying them in list in a window. It will scrub tweets out based off a word-based sentiment analysis with thresholding, with hard scrubs of banned usernames. </p> | ||
<p style="text-align: left;">On first run, creates "config.txt", with a blank twitter handle, and a baseline sentiment gate of -.5. This should be enough to skip the truely vulgar tweets, while still allowing for some negative sentiment (i.e. the difference between "I don't like content X" and "I hate everything about you"). Clear Skies must be restarted every time the sentiment gate is changed, but will scrub banned handles in real time. </p> | ||
<p style="text-align: left;">Banned handles can be entered either in the top bar of the application, or manually added to the "ban.list" file.<br /><br /><br /></p> | ||
<p align="center"><img src="images/snapshot.png" title="Screenshot"></p> | ||
|