Live data from Hacker News

Python API

pythonapi.com

21–30 of 52 posts

Re: Python API

#21
post #18
post #6

Nice idea. Missing Evernote API: http://dev.evernote.com/doc/

Thanks. I will add the Evernote API later tonight

Shameless plug: Kindly add my startup's API, the Semantics3 Product API* (https://semantics3.com/) too :)

Documentation: https://semantics3.com/docs Our Python wrapper library: https://github.com/Semantics3/semantics3-python

*We are a replacement for the soon-to-be-shutdown Google Shopping API

Re: Python API

#25
post #19
post #5

How can we add to the list?

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.

Re: Python API

#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.

Re: Python API

#30

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 think all the "You are missing X" comments suggest that the OP is on to something. Great idea!

Yeah, those are definitely the kind of "complaints" that I like to see about my own apps. :)
Post reply on HN