Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshtaway authored Feb 4, 2019
1 parent 9a18442 commit cf17a02
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Jennifer Shtaway, Alena Dudko, Rekha Amer, Shandiz Montazeri

## Project Overview

<p>Nowadays, advertisement departments and PR agencies are interested in the public response regarding their products. This is why companies such as Business Wire , NUVI, newsapi.aylien.com provide real-time social media and media monitoring and analytics.</p>
<p>Nowadays, advertisement departments and PR agencies are interested in the public response regarding their products. This is why companies such as Business Wire , NUVI, newsapi.aylien.com provide real-time social media and media monitoring and analytics.</p>

<p>Our team decided to create a program that takes any user input as keywords, that they would like to analyze. Once a user provides a valid input, the program outputs graphs analyzing sentiment, location, timeline of tweet among other things. Besides, twitter API we also use News API to build graphs around user input to show media trends and tendencies.</p>
<p>This project will accept any user input keywords for analysis. Once a user provides a valid input, the program scans the internet via API's and webscraping to provide graphs analyzing sentiment, location, timeline of tweet among other things. </p>


### Research Questions to Answer
### Questions this project addresses
<ul>
<li>What are the related handles (hashtags) appearing together with the user searched term?</li>
<li>What is the average sentiment of top-10 influential people (with the highest number of followers) about the target term ?</li>
Expand All @@ -31,6 +31,12 @@ Wikipedia
gmaps
Google Translate

###Requirements - What you'll need in order to use this code
Twitter API keys

###Python Packages
tweepy, vaderSentiment, googletrans, pygeocoder, wikipedia, wordcloud, seaborn, matplotlib, pandas, numpy, BeautifulSoup

### Project Steps:

<ul>
Expand Down

0 comments on commit cf17a02

Please sign in to comment.