Karan Goel

Results 57 comments of Karan Goel

User data will be added soon.

As long as the conventions in existing code are followed, go for it. :)

Absolutely!

I think we should have a method (like `get_user`) where clients pass in a username (like `karangoeluw`) and then we return the user data from `https://news.ycombinator.com/user?id=karangoeluw`. Thoughts?

Sounds good. I'll go over the code tomorrow, and refactor stuff out as needed.

Well the point of this API is to provide a pythonic interface for HN to native Python apps. But yeah, we need to control the requests we make somehow.

Can you suggest some algorithms that you think will be suitable for the collection?