Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/flindr
find flickr fotos fast
https://github.com/bigbluehat/flindr
api finder finding flickr images photos videos yargs
Last synced: 12 days ago
JSON representation
find flickr fotos fast
- Host: GitHub
- URL: https://github.com/bigbluehat/flindr
- Owner: BigBlueHat
- License: apache-2.0
- Created: 2018-09-24T13:34:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T14:13:16.000Z (over 6 years ago)
- Last Synced: 2024-11-08T04:41:29.416Z (2 months ago)
- Topics: api, finder, finding, flickr, images, photos, videos, yargs
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flindr - find flickr fotos fast
Mostly, I can't find things. This is a way to sort of kinda try to help me do
that a wee bit better.flinder - *noun*
> A small piece or fragment; a thin slice; splinter
> https://en.wiktionary.org/wiki/flinder## Setup
Copy `config.sample.json` to `~/.flindr.json` and change the contents to match
your reality.All searches are focused on *your* Flickr account, so OAuth setup is required.
## Usage
```sh
$ npm i -g . # to install `flindr` command line tool
```In a terminal, navigate to a directory containing photos, and run:
```sh
$ flindr ls .
```Flindr will look up all the *names* of the photos (> 500px wide) and videos in
that folder and output URLs to the images for you to use to compare with your
local copies. If it can't find a copy, those will be noted in red.## License
Apache 2.0