A Simple Quora API (Unofficial)
$ git clone https://github.com/jkvora/Quora-Scraper.git
$ cd Quora-Scraper
$ npm install
$ npm run start
Gets user information about name and profile pic url
{
"name":"", "url":"https://www.quora.com/profile/Jalak=Vora",
"pic":"",
"status":""
}
Gets statistics of user.
{
"answers":0,
"questions":0,
"posts":0,
"followers":0,
"following":0,
"edits":0,
"views":
{
"last30days":0,
"alltime":0
}
}
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.
The MIT License (MIT) Copyright (c) 2018 Jalak Vora