DSproject12 https://docs.google.com/document/d/1ukxB4uI04OOziNmmp8GzH3HQNXVdSmLxbXU6CvfXmUQ/edit#
-
Data crawl - architecture; Akshata/Ching-Han (Helen)
3.6 ; Twitter account! -- Got my twitter account approved. Will Start coding from today (10/10/2018) (Akshata Bhat) Collected Twitter Data from Home Profile using oAuth-- ( 05- 07/ Oct/ 2018) Ching-Han (Helen)
Received Twitter Dev account and started testing data crawl through Twitter API.
-- (Keyword, Geolocation, Specific user’s post)
( 12- 13/ Oct/ 2018) Ching-Han (Helen)
-- Collected data from News website ( The Herald, The Scotsman, BBC Scotland)
Date type: (Title, URL, Content)
Date Storage: Waiting for MongoDB link to store the data for now.
-- ( 23/ Oct/ 2018) Ching-Han (Helen)
Updated the news crawler of BBC Scotland (fix some bugs)
-- (29-30/ Oct/ 2018) Ching-Han (Helen)
Updated the news crawl of The Herald.
1. Added new valuable (Title, Time, URL, Content)
2. Filter only top 5 sentences of news contents.
3. Save data in the text file. (there is an example file collected on Oct 30)
In process
automatically collect data every 6 hours.
update other two channels (The Scotsman, BBC Scotland)
-- (06-07/ Nov/ 2018) Ching-Han (Helen)
Updated the news crawl of The Herald, The Scotsman, BBC Scotland. -
Database modelling - initial draft - (Yin) - MongoDB
Created a mongodb on my laptop and developed some API for this project, such connect, insert and so on, and also discussed the data structure -
Entity paser - (Hu Liang- Brett)
Looking into NLTK interface for Stanford NER
https://nlp.stanford.edu/software/CRF-NER.shtml -
Group meeting(14/ Oct/ 2018): Akshata/ Ching-Han (Helen)/ Yin/ Hu Liang (Brett)
Working with Yin to structure the MongoDB for Twitter Data and News Data. We have decided we need the following columns:
News:
ID, URL. Title, Text, Source
Twitter Data:
ID, Text, Time, Hashtags, Screen Name, Name, URL, Geo Enabled, Locatio,Organization
- Do we need to store this like an entity:number for news?
- Do we need to collect the likes, retweets and comments for twitter data and for the news articles for twitter?
- How can all 4 of us have access to the same instance of MongoDB from our laptops?