Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 850 Bytes

File metadata and controls

50 lines (31 loc) · 850 Bytes

scrape_quora

A Python module to fetch and parse data from Quora user profiles.

Projects built using pyquora

  • QUserAPI – A REST API to get data from Quora user profiles.

Installation

  • You will need Python 2.
  • pip is recommended for installing dependencies.

Install using pip:

pip install scrape_quora

Usage

from scrape_quora import Scrape_Quora

name = Scrape_Quora.get_name('Hansika-Hewamalage')

Features

Currently implemented

Retrieve

  • Profile Name
  • URL
  • Profile Picture Link
  • No of Questions
  • No of Answers
  • No of Followers
  • No of Following
  • No of Edits

Todo

Retrieve

  • Facebook Profile Link
  • Twitter Link
  • Wordpress Link
  • LinkedIn Link