Git Product home page Git Product logo

celebrity_vitalita's Introduction

Celebrity_Vitalita

Uses Python Scraping libraries to get information from IMDB about celebrities born on a particular date.

IMDB provides a list of celebrities born on a particular date. Here is the IMDB link :  http://m.imdb.com/feature/bornondate. The project implements to get the list of all celebrities born on a particular date, by using "Web Scraping" of Pyhton libraries.

The following information will be extracted from the webpage, and displayed on a website:

  1. Name of the celebrity
  2. Celebrity Image
  3. Profession
  4. Best Work

Then we run a sentiment analysis on twitter for each celebrity and finally the output should be in the below format :

  1. Name of the celebrity
  2. Celebrity Image
  3. Profession
  4. Best Work
  5. Overall Sentiment on Twitter: Positive, Negative or Neutral.

Tools Used -

  1. Python 2.7 Tools and Packages Used. (A Python 3.6 version will be updated.)

  2. Tweepy: An easy-to-use Python library for accessing the Twitter API.

  3. Text Blob: Text Blob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.

  4. Beautiful Soup : Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree using Python parsers like lxml and html5lib. Here we will be using the tree traversal method for parsing the scraped html tree.It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.

  5. Selenium : The web driver kit emulates a web-browser (I chose Chrome driver) and executes the JS scripts to load the dynamic content.

How to use this Project :

  1. Python 2.7 should be installed.

  2. pip install tweepy

  3. pip install textblob

  4. pip install bs4

  5. pip install selenium

  6. Then run in the terminal $web_scraper_celebrity.py

celebrity_vitalita's People

Contributors

arighnaiitg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.