School starts tomorrow morning and this was one of my things to do this summer.
So, here goes.
Is there someway I can mass download a whole bunch of avatars from the userbase at FP?
I'm going to compile them into a mosaic.
A mosaic of what? I have no idea yet. Maybe the logo. I don't know. Vote.
That cat
[QUOTE=Hardpoint Nomad;31863093]That cat[/QUOTE]
Ok. But how to mass collect avatars I have no idea.
optimistic so that more people appear
Use mine for the eyes
That cat
-snip
[QUOTE=Errorproxy;31863078]Is there someway I can mass download a whole bunch of avatars from the userbase at FP?[/QUOTE]
A script that plugs successive numbers at the end of [url]http://www.facepunch.com/avatar/[/url] , adds .png and downloads each file probably isn't that complicated.
I'm not the person to ask, though.
Something like this maybe:
[CODE]#!/bin/bash
avatar=1
while :
do
wget http://www.facepunch.com/avatar/${avatar}.png
let avatar=${avatar}+1
done[/CODE]
I'm not great at scripting, but that might work...
I dunno where the avatar numbers start/end though, so you do that yourself
Include my avatar
Actually, it doesn't really look sequential, just make the variable a random number every loop... >_<
[QUOTE=Hardpoint Nomad;31863093]That cat[/QUOTE]
What cat?
A mosaic of a penis made out of every facepunch member's avatar.
Sorry, you need to Log In to post a reply to this thread.