bpred754 / augeo

Web application written with the MEAN stack that uses Natural Language Processing to classify a user's internet activity into different skills. In a nutshell, Augeo is the gamification of life.
GNU General Public License v3.0
10 stars 6 forks source link

Update awarded experience for likes and retweets #35

Open bpred754 opened 8 years ago

bpred754 commented 8 years ago

Experience rewarded from tweets should not be based on popularity of the user. To prevent this, add experience based off of the percentage of friends who have liked or retweeted the status.

Need to add a friends count to TWITTER_USER to calculate percent Need to implement revolving queue (issue #36 ) to track new likes and retweets before this change will add much value