Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodeDotJS/image-of
:camera: Download profile picture (even protected) of any Facebook user in high resolution!
https://github.com/CodeDotJS/image-of
cli-app download facebook profile-picture
Last synced: about 2 months ago
JSON representation
:camera: Download profile picture (even protected) of any Facebook user in high resolution!
- Host: GitHub
- URL: https://github.com/CodeDotJS/image-of
- Owner: CodeDotJS
- License: mit
- Created: 2016-02-05T18:59:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:46:45.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T12:52:52.158Z (about 2 months ago)
- Topics: cli-app, download, facebook, profile-picture
- Language: JavaScript
- Homepage:
- Size: 589 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
> Download profile picture of any facebook user.
## Install
```
$ npm install --global image-of
```
__`or`__
```
$ sudo npm install --global image-of
```## Preview
## Usage
```
$ image-ofDownload profile picture of any facebook user!
Usage : image-of [command]
Command :
-i, --id userid of facebook user
-u, --user username of a facebook user
-h, --help show helpExample :
$ image-of -i 4
$ image-of -u zuck```
__`NOTE :`__ `Images will be` __`saved`__ `in the home directory under` __`Facebook-Image`__ `folder`
## Related
- __[`instavim`](https://github.com/CodeDotJS/instavim)__ `:` `Complete Instagram media downloader.`
- __[`facebook-id-of`](https://github.com/CodeDotJS/facebook-id-of)__ `:` `Finds facebook user's userid.`
- __[`insta-id-of`](https://github.com/CodeDotJS/instagram-id-of)__ `:` `Finds instagram users' userid.`
- __[`gravatar-of`](https://github.com/CodeDotJS/gravatar-of)__ `:` `Gravatar from command line.`
## License
MIT © [Rishi Giri](http://rishigiri.com)