logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
StatAnalytica ExpertScience
(5/5)

802 Answers

Hire Me
expert
Deborah AustinMathematics
(5/5)

536 Answers

Hire Me
expert
Ritesh NagarLaw
(5/5)

612 Answers

Hire Me
expert
Charu SinghalStatistics
(/5)

750 Answers

Hire Me
Python Programming

In this assignment, you need to collect data related to the stock market from Twitter for one week. In Twitter, ticker symbols like #gold are used for stocks and companies

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Collecting tweets related to the stock market 

Objectives 

  • Gain experience of collecting data from Twitter using Twitter API

  • Gain experience of data storage to store the data and query

  • Gain experience of collecting real-time data

  • Gain experience of data cleaning

Important Notes 

  • Work in groups of 4 students

  • All reports must be submitted as a PDF, with source code as an archive (e.g. zip, gz)

  • Save the submission as “Assignment-1_Group-#.zip”

Assignment Details 

This assignment consists of four parts:

  1. Collecting data: In this assignment, you need to collect data related to the stock market from Twitter for one week. In Twitter, ticker symbols like #gold are used for stocks and companies. You are requested to collect the tweets with some specific keywords and store them in different files. The following keywords should be used:

a.  Altcoin

  1. Bitcoin

  2. Coindesk

  3. Cryptocurrency

  4. Gold

  5. APPL

  6. GOOG

  7. YHOO

 

Each tweet is a json file with the following format:

{"created_at":”.......... ”,

"id":”…........ ”,

"text":" Time to buy some ether!\n#ethereum #investing #cryptocurrency” “user_id”:”…........ ”

}

  1. Saving data: You need to save the requested data into csv format of 8 files where data related to each keyword is saved. Each file consist of four columns: tweet id, time of tweet, user id and text

  1. Cleaning data: remove duplication, remove punctuations, remove numbers in tweets, and remove words with length less than 2

  1. Visualizing data: You need to present the daily number of tweets for each keyword as well as the daily number of users

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme