Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/flickrphotodownload
Download All photos from flickr
https://github.com/saturngod/flickrphotodownload
Last synced: 26 days ago
JSON representation
Download All photos from flickr
- Host: GitHub
- URL: https://github.com/saturngod/flickrphotodownload
- Owner: saturngod
- Created: 2016-09-25T05:39:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T06:25:17.000Z (over 8 years ago)
- Last Synced: 2024-10-15T02:11:36.989Z (2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flickr Downloader
Put flickr download file to your localhost.
Get KEY and SECRECT at [https://www.flickr.com/services/apps/create/](https://www.flickr.com/services/apps/create/).
Open **index.php** and change `$callbackURL = "http://localhost/flickr_download/index.php";` and update key,secrect.
If your folder name is `flickr` , it will be like `$callbackURL = "http://localhost/flickr/index.php";`.
Open in browser `http://localhost/flickr_download/index.php`.
It will authorize oauth and after finish you will receive token and secrect.
Example:
```
O_TOKEN: 86157674079732196-70bdda496a9f908f
O_SECRECT: b2a74ac72785db78
```Update `O_TOKEN` and `O_SECRECT` in `download.php`.
Afer that , run
```
php download.php
```It will create download folder and download all photo in there.