Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharmakkar08/imagyy
To ease the photo search of a username
https://github.com/tusharmakkar08/imagyy
Last synced: 11 days ago
JSON representation
To ease the photo search of a username
- Host: GitHub
- URL: https://github.com/tusharmakkar08/imagyy
- Owner: tusharmakkar08
- License: mit
- Created: 2014-12-24T20:21:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:24.000Z (over 1 year ago)
- Last Synced: 2024-10-14T20:48:11.317Z (24 days ago)
- Language: Python
- Size: 261 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Imagyy
=============[![Build_Status](https://travis-ci.org/tusharmakkar08/Imagyy.svg?branch=master)](https://travis-ci.org/tusharmakkar08/Imagyy)
[![GitHub_issues](https://img.shields.io/github/issues/tusharmakkar08/Imagyy.svg)](https://github.com/tusharmakkar08/Imagyy/issues)
[![GitHub_stars](https://img.shields.io/github/stars/tusharmakkar08/Imagyy.svg)](https://github.com/tusharmakkar08/Imagyy/stargazers)
[![GitHub_license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/tusharmakkar08/Imagyy/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/Imagyy.svg?maxAge=2592000)](https://pypi.python.org/pypi/imagyy)Imagyy aims to solve the following issues:
* Due to the advent of Post Search, it's difficult to use the feature of "Photos of" which was earlier done using
graph search.
* Downloads profile images from popular platforms like Linkedin, Quora, Github, Instagram, Facebook etc.You can read more about the project [here](http://tusharmakkar08.github.io/Imagyy/).
# Installation :
`imagyy` is a Python2.7/Python3 library.
pip install imagyy
# Preconditions :
Graph search doesn't work until you are logged into your account while the extension works otherwise also.
This is a command line tool.# Usage :
usage: imagyy [-h] [-fb] [-ig] [-qr] [-ln] [-gb] [-n username]
[-u url] [-i id] [-d directory]
Tool for fetching photos from facebook
optional arguments:
-h, --help show this help message and exit
-fb, --facebook Fetch Facebook Photos (Default)
-ig, --instagram Fetch Instagram Photos
-qr, --quora Fetch Instagram Photos
-ln, --linkedin Fetch LinkedIn Profile Photo
-gb, --github Fetch Github Profile Photo
-n username, --username username
Username to analyze (For Linkedin add everything after
".com" eg: in/tusharmakkar08)
-u url, --url url Profile Url to analyze
-i id, --id id Profile Id to analyze (only for facebook)
-d directory, --directory directory
Directory to download photos/Name of downloaded file# Examples
* For facebook related photos from username
imagyy -fb -n zuck
* For facebook related photos from url
imagyy -fb -u http://facebook.com/zuck* For Instagram related photos from username
imagyy -ig -n tusharmakkar08
* For Quora related photos from username
imagyy -qr -n Tushar-Makkar
* For Github related photos from usernameimagyy -gb -n tusharmakkar08
* For Linkedin related photos from username
imagyy -ln -n in/tusharmakkar08
# License
The mighty MIT license. Please check `LICENSE` for more details.