jkvora / Quora-API

A Simple Quora API (Unofficial)

Home Page:https://quora-apis.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://quora-apis.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 93.5%Language:Dockerfile 3.6%Language:HTML 1.9%Language:CSS 1.0%