https://github.com/codedotjs/quorafy
Fetch general information about a Quora user and download their profile picture
https://github.com/codedotjs/quorafy
Last synced: about 2 months ago
JSON representation
Fetch general information about a Quora user and download their profile picture
- Host: GitHub
- URL: https://github.com/codedotjs/quorafy
- Owner: CodeDotJS
- License: mit
- Created: 2017-05-08T12:21:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T13:07:45.000Z (over 8 years ago)
- Last Synced: 2025-08-12T00:24:16.587Z (5 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
> Fetch general information about a Quora user and download their profile picture
## Install
```
$ npm install --global quorafy
```
__`or`__
```
$ sudo npm install --global quorafy
```
## Preview
## Usage
```
Usage : quorafy [command]
Command :
-u, --user Get general information about Quora user
-d, --download Download profile picture of a Quora user
Example :
$ quorafy -u Adam-DAngelo
$ quorafy -d Charlie-Cheever
```
## License
MIT © [Rishi Giri](http://codedotjs.github.io)