*** stevel has quit IRC | 00:39 | |
*** Ian_Daniher has joined #cc | 00:47 | |
*** lfaraone has joined #cc | 00:48 | |
isforinsects | paulproteus, ping | 00:49 |
---|---|---|
paulproteus | isforinsects, pong | 00:49 |
paulproteus | Good heavens, this day will never end. | 00:49 |
paulproteus | I mean, hi, how are you? | 00:49 |
paulproteus | (-: | 00:49 |
Ian_Daniher | paulproteus: we're here for your flickr-grabbing script | 00:50 |
Ian_Daniher | maybe it was picassa? | 00:50 |
* Ian_Daniher shrugs | 00:50 | |
isforinsects | hehe | 00:50 |
paulproteus | Flickr | 00:50 |
isforinsects | flickr | 00:50 |
paulproteus | It's not all that impressive, but I can share it. | 00:50 |
isforinsects | We've come for your valuables and your women! | 00:50 |
isforinsects | mohaha | 00:50 |
Ian_Daniher | paulproteus: it'd be awesome if you would :) | 00:50 |
Ian_Daniher | paulproteus: no, you can keep your women | 00:50 |
Bovinity | Day 796, omg, this day will never end. | 00:50 |
Ian_Daniher | paulproteus: I'll take any valuables though | 00:50 |
paulproteus | http://code.creativecommons.org/svnroot/autocurate/trunk/ | 00:50 |
isforinsects | damn it... where is K'Tetch when you need him | 00:51 |
paulproteus | I'm looking at this code now, and it looks like you should: | 00:53 |
paulproteus | svn co $THAT_URL | 00:53 |
paulproteus | cd trunk | 00:53 |
paulproteus | python autocurate_flickr.py | 00:53 |
paulproteus | Optionally create a .deb out of it using ./make_package.sh. | 00:54 |
* Ian_Daniher nods | 00:54 | |
Ian_Daniher | autocurate_f* does what, exactly? | 00:54 |
Ian_Daniher | there's no manpage :( | 00:54 |
paulproteus | Also if you do that you end up using my personal Flickr API key, treat it gently. | 00:54 |
paulproteus | It downloads all the CC-licensed photos in the top 500 most "interesting" photos as defined by Flickr. | 00:55 |
paulproteus | It drops them in a directory. | 00:55 |
Ian_Daniher | oh, cool | 00:55 |
paulproteus | Some other good things, try it. (-; | 00:55 |
Ian_Daniher | that's quite handy | 00:55 |
paulproteus | You can hack it to subselect by license. | 00:55 |
paulproteus | Or to do a different search; note the main_returns() function where that search happens. | 00:55 |
Ian_Daniher | no module flickrapi | 00:55 |
paulproteus | Well, you shohttp://flickrapi.sourceforge.net/ | 00:56 |
paulproteus | iirc | 00:56 |
Ian_Daniher | hmm | 00:58 |
*** Bovinity has quit IRC | 00:58 | |
Ian_Daniher | hm, this is unfortunate | 00:59 |
Ian_Daniher | lots of depens :/ | 00:59 |
paulproteus | Just mechanize also. | 00:59 |
paulproteus | And BeautifulSoup. | 00:59 |
paulproteus | And python-xml. | 00:59 |
paulproteus | And you can disable flickrMonkey actually. | 00:59 |
Ian_Daniher | "FYI, original parseString" | 01:00 |
paulproteus | Flickr was once sending me evil invalid XML. | 01:01 |
paulproteus | Are you a programmer? | 01:01 |
paulproteus | Do you do Python? | 01:01 |
lfaraone | ( yes and yes) | 01:01 |
paulproteus | Okay, sweet. | 01:01 |
paulproteus | I apologize for the monkey patching of the poor unsuspecting flickr module, but I had to hack around Unicode text encoding brain damage from Flickr. | 01:02 |
paulproteus | I think that era is now gone. | 01:02 |
paulproteus | BTW, where do you guys come from? (-: | 01:02 |
Ian_Daniher | OLPC visavi Cincinnati and DC | 01:02 |
paulproteus | Awesome, pleased to meet you. (-: | 01:03 |
Ian_Daniher | and the same to you | 01:03 |
Ian_Daniher | sorry for asking so many questions | 01:03 |
paulproteus | BTW, it might be fun to have an up/down vote ranking web app for the interesting photos. | 01:03 |
paulproteus | I actually wrote something like that as the backend for rose.makesad.us. | 01:03 |
paulproteus | It was the first Python web app I ever wrote, so it's not quite awesome. | 01:03 |
* Ian_Daniher nods | 01:04 | |
Ian_Daniher | I do mostly shell and hardware | 01:04 |
*** mchua has joined #cc | 01:04 | |
Ian_Daniher | but I 'know' python | 01:04 |
paulproteus | http://svn.asheesh.org/svn/public/20062007/rose/ is that app, fwiw. | 01:04 |
Ian_Daniher | aka, I'm familiar with the syntax and any of the common modules | 01:04 |
paulproteus | Cool. | 01:05 |
paulproteus | You can see some other interesting stuff in 20062007, including "eisner please let me graduate.odt", apparently. | 01:05 |
paulproteus | Go figure. | 01:05 |
Ian_Daniher | haha | 01:06 |
paulproteus | (-: | 01:06 |
Ian_Daniher | where's it dling the imgs to? | 01:07 |
Ian_Daniher | I could slog through the code or ask you, and you're still in the channel so I'm going for the path of least resistance | 01:07 |
paulproteus | ./Flickr_interesting_images/ or something. | 01:07 |
paulproteus | Do "ls" and see for sure. | 01:07 |
Ian_Daniher | nadda | 01:08 |
* paulproteus tries running this himself | 01:09 | |
paulproteus | Ian_Daniher, "nadda"? | 01:20 |
paulproteus | It works for me... | 01:20 |
paulproteus | Lots of "FYI, original parseString" | 01:20 |
paulproteus | And if you "ls Flickr.com\ interesting\ photos" you get stuff. | 01:20 |
Ian_Daniher | hmm | 01:22 |
* Ian_Daniher is jealous | 01:22 | |
Ian_Daniher | tree trunk/ | grep jpg returns nothing | 01:22 |
Ian_Daniher | paulproteus: ^ | 01:23 |
paulproteus | Hmm. | 01:23 |
paulproteus | Did it print "flickr.py: success!" at the end? | 01:28 |
paulproteus | Ian_Daniher, Did you run it *inside* trunk/ ? | 01:28 |
Ian_Daniher | yeah | 01:28 |
paulproteus | Hmm. | 01:28 |
Ian_Daniher | let me try one more time | 01:29 |
Ian_Daniher | ok, it's running again | 01:29 |
Ian_Daniher | let's see what happens | 01:29 |
*** tim_hwang has joined #cc | 01:39 | |
paulproteus | I'm going to go ride bikes. | 01:43 |
paulproteus | Keep me posted though! | 01:43 |
Ian_Daniher | worked! | 01:52 |
Ian_Daniher | second try is the charm | 01:53 |
Ian_Daniher | :D | 01:53 |
*** Thedjatclubrock has joined #cc | 02:14 | |
*** Ian_Daniher has quit IRC | 02:34 | |
*** mchua is now known as mchua|away | 02:42 | |
*** mlinksva has quit IRC | 03:25 | |
*** nkinkade has quit IRC | 03:37 | |
*** Roderick__ has joined #CC | 04:12 | |
*** mchua|away has quit IRC | 04:17 | |
*** isforinsects has quit IRC | 04:22 | |
*** Roderick_ has quit IRC | 04:29 | |
*** Roderick_ has joined #CC | 04:29 | |
*** Roderick__ has quit IRC | 04:34 | |
*** Roderick__ has joined #CC | 04:34 | |
*** Roderick_ has quit IRC | 04:49 | |
*** isforinsects has joined #cc | 05:13 | |
*** tim_hwang has quit IRC | 05:22 | |
paulproteus | I see Ian_Daniher succeeded; yay isforinsects. | 06:27 |
isforinsects | Oh he did? | 06:27 |
* isforinsects checks email | 06:27 | |
paulproteus | <Ian_Daniher> worked! | 06:28 |
paulproteus | <Ian_Daniher> second try is the charm | 06:28 |
paulproteus | <Ian_Daniher> :D | 06:28 |
*** [mharrison] has joined #cc | 06:40 | |
*** sama has joined #cc | 07:16 | |
*** pktck has joined #cc | 07:33 | |
*** hmmmm has joined #cc | 08:02 | |
*** hmmmm has left #cc | 08:02 | |
*** isforinsects has quit IRC | 08:16 | |
*** balor has joined #cc | 08:54 | |
*** ereslibre has joined #cc | 10:40 | |
*** sama has quit IRC | 11:13 | |
*** sama has joined #cc | 11:14 | |
*** sama_ has joined #cc | 11:56 | |
*** ereslibre has quit IRC | 12:01 | |
*** nkinkade has joined #cc | 12:02 | |
*** sama has quit IRC | 12:12 | |
*** CIA-44 has quit IRC | 13:06 | |
*** sama_ is now known as sama | 13:07 | |
*** tvol_ has joined #CC | 13:09 | |
*** laleagane-rBt has joined #cc | 13:16 | |
*** laleagane-rBt has quit IRC | 13:18 | |
*** nkinkade has quit IRC | 13:32 | |
*** CIA-35 has joined #cc | 13:34 | |
*** balor has quit IRC | 14:11 | |
*** isforinsects has joined #cc | 14:24 | |
*** nathany has joined #cc | 14:28 | |
*** tvol_ has quit IRC | 14:39 | |
*** tvol has joined #CC | 14:53 | |
*** balor has joined #cc | 15:48 | |
*** balor has quit IRC | 15:56 | |
*** sama has quit IRC | 16:01 | |
*** stevel has joined #cc | 16:08 | |
*** mlinksva has joined #cc | 16:22 | |
*** Bovinity has joined #cc | 16:45 | |
*** mlinksva_ has joined #cc | 16:59 | |
*** tvol_ has joined #CC | 17:12 | |
*** tvol has quit IRC | 17:12 | |
*** [mharrison] has quit IRC | 17:18 | |
*** benkant has joined #cc | 17:34 | |
*** mlinksva has quit IRC | 19:35 | |
*** tulcod has joined #cc | 19:40 | |
tulcod | am i allowed to copy the legal text of a creative commons license instead of linking to it? | 19:40 |
*** tvol_ has quit IRC | 19:42 | |
*** tvol has joined #CC | 19:43 | |
mattl | paulproteus: ping | 19:48 |
*** benkant has left #cc | 19:52 | |
paulproteus | mattl, pong | 20:05 |
mattl | paulproteus: do you know what license is on a CC tshirt? | 20:13 |
paulproteus | No idea; talk to Bovinity. | 20:15 |
*** mlinksva has joined #cc | 20:17 | |
*** tvol has quit IRC | 20:19 | |
*** K`Tetch_ has joined #cc | 21:03 | |
*** K`Tetch has quit IRC | 21:05 | |
*** K`Tetch_ is now known as K`Tetch | 21:05 | |
*** K`Tetch has quit IRC | 21:11 | |
*** K`Tetch has joined #cc | 21:11 | |
*** Danny_B has quit IRC | 21:35 | |
*** _Danny_B_ has joined #cc | 21:35 | |
*** _Danny_B_ is now known as Danny_B | 21:35 | |
*** nkinkade has joined #cc | 21:36 | |
*** nkinkade has left #cc | 21:36 | |
*** nkinkade has joined #cc | 21:37 | |
*** tulcod has quit IRC | 22:32 | |
*** nathany has quit IRC | 22:53 | |
*** nkinkade has quit IRC | 23:13 | |
*** isforinsects has quit IRC | 23:32 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!