Difference between revisions of "Picplz"

From Archiveteam
Jump to navigation Jump to search
Line 5: Line 5:
| URL = {{url|1=http://picplz.com/}}
| URL = {{url|1=http://picplz.com/}}
| project_status = {{closing}}
| project_status = {{closing}}
| source = https://github.com/ArchiveTeam/picplz-grab
| archiving_status = {{nosavedyet}}
| archiving_status = {{nosavedyet}}
}}
}}
Line 23: Line 24:


Image formats: the API has several [https://sites.google.com/site/picplzapi/image-format-syntax image formats] available. We may or may not want all of them. The web interface uses the following formats: <code>56s,64s,100s,400r,640r,1024r</code> (1024r being the largest version the API provides), so we might want to get those.
Image formats: the API has several [https://sites.google.com/site/picplzapi/image-format-syntax image formats] available. We may or may not want all of them. The web interface uses the following formats: <code>56s,64s,100s,400r,640r,1024r</code> (1024r being the largest version the API provides), so we might want to get those.
== Download scripts ==
A first version of a download script is available in the [https://github.com/ArchiveTeam/picplz-grab GitHub repository].
When given a numerical user ID the script uses the API to download all data and images of that user.

Revision as of 21:48, 2 June 2012

Picplz
Picplz logo
Picplz-com.png
URL http://picplz.com/[IAWcite.todayMemWeb]
Status Closing
Archiving status Not saved yet
Archiving type Unknown
Project source https://github.com/ArchiveTeam/picplz-grab
IRC channel #archiveteam-bs (on hackint)

On July 3, 2012, picplz will shut down permanently and all photos and data will be deleted. We have provided download links for existing users to save their photos. Thank you for your support of picplz and we apologize for any inconvenience this may cause you.

Screengrab of farewell blog post

API

Picplz has an API that returns data if you give it (incremental!) numerical ids.

https://sites.google.com/site/picplzapi/

http://api.picplz.com/api/v2/pic.json?ids=11183559
http://api.picplz.com/api/v2/user.json?id=1515537

Image formats: the API has several image formats available. We may or may not want all of them. The web interface uses the following formats: 56s,64s,100s,400r,640r,1024r (1024r being the largest version the API provides), so we might want to get those.

Download scripts

A first version of a download script is available in the GitHub repository. When given a numerical user ID the script uses the API to download all data and images of that user.