MichielOHerne / BigData5

1 stars 0 forks source link

Twitter data mining #2

Open MichielOHerne opened 6 years ago

MichielOHerne commented 6 years ago

Objective: 2 paragraphs describing what Mining data from twitter concerning a selectable topic (if proofs to be to difficult, pre-selected topics), and from here sorting the data into usable and non-usable data. Lastly letting our to be chosen type algorithm crunch the data and do the next possible things:

2 paragraphs describing why


Data sources: what data do you need?/where would you find it Mined data from twitter, gotten directly from twitter through the usage of an api. Text, coupled with several features (i.e. Likes, retweets, reactions, user data) saved in a to be determined format.

Tools: Given the data formats of your original dataset what would your data processing pipeline look like? Text as input, fed into an algorithm, which outputs graphs/visualisations/tables.

Division of work / who does what

Note: what tech would you use: python self-written twitter data mining api, along with an algorithm to sort the mined data.

MichielOHerne commented 6 years ago