csuttner / meantweets

Show who people are online
0 stars 0 forks source link

Begin Twitter Module #22

Closed evfairchild closed 3 years ago

evfairchild commented 3 years ago

Twitter GET requests (limit 100 for now) -> json.load -> dict

Dict processing method: strip out tweet text only. Outputs into list

Calls on Word Processing module and build output dict

json.dump output dict to final json format (to be agreed upon)

evfairchild commented 3 years ago

renamed to Twitter module, so we do not to get confused with the existing meantweets directory containing frontend application code. The Twitter module is used for Twitter data requests and low-level data aggregation.

csuttner commented 3 years ago

The naming convention makes sense

csuttner commented 3 years ago

Would we prefer to strip stopwords using nltk? https://pythonspot.com/nltk-stop-words/