Py-StackExchange
Py-StackExchange copied to clipboard
A Python binding for the StackExchange API
I got this kind of error each time when I get around 350 objects returned and printed out. And then it ends with this error. I did use an API...
This is one way to create a wheel and get it published to pypi: https://www.realpythonproject.com/how-to-create-a-wheel-file-for-your-python-package-and-import-it-in-another-project/ I'll create a fork & PR for updating this: https://github.com/lucjon/Py-StackExchange/blob/18243b192c7a1abe9f67b538c4156507e795bf1c/tools/release.sh in case that is the...
There are small typos in: - stackexchange/site.py - testsuite.py Fixes: - Should read `objects` rather than `objectss`. - Should read `compatibility` rather than `compatiblity`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
I do appreciate the shorthand `users_by_name`. However, `users_by_name` results in a bad request. See below example what does not work, and what my current workaround looks like: ```python >>> import...
I want to search and get users by name
The latest commit is in 2018, and the latest release on pypi is in 2017, there are unresolved issues even from 2013, most of your other repos are not updated...
The result set's fetch method should have the same signature as the lazy loader (to allow for multiple calls with the same signature regardless of whether the result has been...
This _Implementation_ is **Awesome and Simple!** However I would not _(really x10)_ mind better documentation. Especially when it comes to what **parameters** are being expected for method calls. :+1: though...
Hello, I'm starting with the Py-StackExchange and when I run the object_explorer it shows me 256 site names from the StackExchange and after returns me this error: Traceback (most recent...