Live data from Hacker News

Python API

pythonapi.com

41–50 of 52 posts

Re: Python API

#43
post #25
post #19

Earlier quoted context omitted.

I will work on that! For now, just use the contact form or Twitter ( https://twitter.com/pyapis )

Thanks but no thanks. I suggest that you come up with a github repo and ask people for pull requests.

agreed. setup a repo.

also, it would be nice if you would allow more than one wrapper per api.

Re: Python API

#46

This definitely could use a form to submit API wrappers. I used the contact form linked at the top to submit Stack.PY, a Python module for the Stack Exchange 2.1 API, which is available on Launchpad ( https://launchpad.net/stackpy ) and PyPI ( https://pypi.python.org/pypi/stackpy ). The SE API documentation is at https://api.stackexchange.com/docs

Thanks. I will add it shortly.

Re: Python API

#47

It could use an entry for Echonest, which has all sorts of great APIs for working with music audio and metadata [1] http://developer.echonest.com/ [2] http://echonest.github.io/pyechonest/

great suggestion, I was looking for something like this

Re: Python API

#48

This definitely could use a form to submit API wrappers. I used the contact form linked at the top to submit Stack.PY, a Python module for the Stack Exchange 2.1 API, which is available on Launchpad ( https://launchpad.net/stackpy ) and PyPI ( https://pypi.python.org/pypi/stackpy ). The SE API documentation is at https://api.stackexchange.com/docs

I'm working on to create a "Submit API" form. The Stack Exchange API is added. Thanks!

Re: Python API

#49
post #28

The Urban Dictionary API wrapper[1] isn't in Python: installation $ npm install -g urban # bin $ npm install urban # lib [1]: https://github.com/mvrilo/urban Edit: Though looking at the site it again it only lists it as "command-line tool and API" instead of "Python wrapper" like all of the rest. Seems odd on a page dedicated to Python API wrappers.

Updated the URL. If you can find a better wrapper, please let me know :)
Post reply on HN