Skip to content

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

License

Notifications You must be signed in to change notification settings

HansikaPH/pyquora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages