| bio | website | loopycode.com |
|---|---|---|
| location | Israel | |
| age | 28 | |
| visits | member for | 2 years, 11 months |
| seen | Oct 4 '12 at 14:26 | |
| stats | profile views | 42 |
Programmer and entrepreneur, working on changing the world.
|
Jun 30 |
awarded | Enthusiast |
|
Jun 24 |
revised |
Stack2Blog - Turning your answers into blogs (For “sale”) updated to version 0.9 of api |
|
Jun 24 |
comment |
Py-StackExchange: An API wrapper for Python Just for your information: you need to update to the latest api version. |
|
Jun 22 |
comment |
How to see which users upvoted a question? Yep like I figured. Thanks! |
|
Jun 22 |
asked | How to see which users upvoted a question? |
|
Jun 21 |
revised |
Stack2Blog - Turning your answers into blogs (For “sale”) looking for beta testers |
|
Jun 19 |
revised |
Stack2Blog - Turning your answers into blogs (For “sale”) this app has been released, it's not an idea anymore |
|
Jun 18 |
comment |
reduce api calls - please add last_modified to user structure Thanks, I didn't know that. I'll have a look at that now. |
|
Jun 18 |
awarded | Commentator |
|
Jun 18 |
comment |
reduce api calls - please add last_modified to user structure How about adding a way to query "last modified" on lists? For example, in Stack2Blog (stackapps.com/questions/611/…), we need to grab a user's entire list of answers. If we want to implement caching, it would be helpful to query whether or not the list of answers has changed (I assume this applies in other places as well). |
|
Jun 16 |
revised |
Stack2Blog - Turning your answers into blogs (For “sale”) released initial beta |
|
Jun 16 |
answered | API V2 Musings: What would you like to see |
|
Jun 16 |
awarded | Nice Question |
|
Jun 16 |
comment |
Py-StackExchange: An API wrapper for Python Fyi, this doesn't work in Python 2.5. Since I'm using Django, I modified the above to try and import from django as well (from django.utils import simplejson as json). I don't know if you should add this to the wrapper or not, but if anyone is using Django, just use that line instead. |
|
Jun 16 |
answered | Py-StackExchange: An API wrapper for Python |
|
Jun 16 |
comment |
Py-StackExchange: An API wrapper for Python Looking good so far. One quick question: right now, doing site.answers(user_id=some_id_that_does_not_exist) just gives back an empty list. I don't know about this, but would it be better to raise a "User does not exist" exception? You could also raise this in other places that have the same "problem". Not sure if this would actually be better, just an idea. |
|
Jun 15 |
asked | Where did the “apps” tab disappear? |
|
Jun 15 |
answered | Py-StackExchange: An API wrapper for Python |
|
Jun 15 |
comment |
Py-StackExchange: An API wrapper for Python Is this done in the latest version? If so, do I use it like your wrote in your comment? |
|
Jun 14 |
comment |
Py-StackExchange: An API wrapper for Python Hacky is my middle name. :) |