jonrh / lambda-lovelace

🎓 MSc project, recommender system for tweets
https://jonrh.github.io/lambda-lovelace/
ISC License
4 stars 0 forks source link

"Unfollowed" Recommendations/Tweets #81

Closed Marc5690 closed 8 years ago

Marc5690 commented 8 years ago

Celery should collect unfollowed tweet for the user using the search API. This should be performed with term from the term frequency document (This will have to be recreated using the users timeline).

Can be retrieved with the following code:

tweets = api.search(q=YOUR_TERM_TO_SEARCH_WITH_HERE, count=3, lang=["english"])

jonrh commented 8 years ago

Final submission in few hours, cleaning up & closing.