Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jkvora/Quora-API

Repository files navigation

Quora-API

A Simple Quora API (Unofficial)

license

Table of Contents

Installation

Source

$ git clone https://github.com/jkvora/Quora-Scraper.git
$ cd Quora-Scraper
$ npm install

Usage

$ npm run start

Endpoints

/profile/:username

Gets user information about name and profile pic url

GET /profile/Jalak-Vora

{
"name":"", "url":"https://www.quora.com/profile/Jalak=Vora",
"pic":"",
"status":""
}

/stats/:username

Gets statistics of user.

GET /stats/Jalak-Vora

 {
 "answers":0,
 "questions":0,
 "posts":0,
 "followers":0,
 "following":0,
 "edits":0,
 "views":
 {
 "last30days":0,
 "alltime":0
 }
 }

Contribute

Found an issue? Post it in the issue tracker.
Want to add another awesome feature? Fork this repository and add your feature, then send a pull request.

License

The MIT License (MIT) Copyright (c) 2018 Jalak Vora

About

A Simple Quora API (Unofficial)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /