aboutsummaryrefslogtreecommitdiff
path: root/examples/reply.py
Commit message (Collapse)AuthorAgeFilesLines
* make examples on_ready consistentpikaninja2021-04-091-3/+1
|
* Change reply example to use repliesSNVMK2020-11-281-1/+1
|
* Update examples to match the new rewrite API.Rapptz2017-01-031-16/+13
|
* Change all email/password pair examples to use token.Rapptz2016-04-081-1/+1
|
* Examples now use Python 3.5. Remove echo.py example.Rapptz2016-01-061-5/+5
|
* Updated examples to use new properties.Rapptz2015-12-191-2/+2
|
* Update example code.Rapptz2015-12-061-5/+5
|
* reply.py example now checks for self-authoringRapptz2015-11-271-0/+4
|
* Simplify examples to no longer use logging or Client.is_logged_inRapptz2015-11-261-8/+0
| | | | | | | | | | | The logging module is no longer required to get diagnostic output since we use `stderr` by default regardless of the logging module. Which means that the logging module will only give a more verbose output than is necessary. Client.is_logged_in checking is no longer necessary since all HTTP request handling now raise an exception if they fail so those chunks are also gone.
* Set up logging module in examplesHornwitser2015-10-061-0/+4
| | | | | | | | Without setting up the logging module, a god number of error conditions and warnings will never be output by the library. This is a common pitfall to forget and it's not documented good enough the consequences of not setting up the logging module when developing applications with this library.
* Add handling of login failure in examplesHornwitser2015-10-061-0/+4
| | | | | | Check and handle login failure in the examples provided for using this library. This is a common error condition that should be handled by any script using this library.
* Make reply example a bit more meaningful.Rapptz2015-10-051-1/+1
|
* Add some examplesRapptz2015-08-211-0/+18