aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add general error messageAnsem2017-04-111-0/+2
|
* Fix auth request, now able to specify needed scope for the clientAnsem2017-04-111-7/+14
|
* Fixing mistake from earlier mergeLorenz Diener2017-04-101-0/+1
|
* Merge branch 'master' into streamingLorenz Diener2017-04-101-37/+113
|\
| * Merge pull request #26 from phryk/masterLorenz Diener2017-04-101-0/+11
| |\ | | | | | | added content_search, probably.
| | * added content_search, probably.phryk2017-04-071-0/+11
| | |
| * | Merge pull request #27 from azillion/masterLorenz Diener2017-04-101-35/+104
| |\ \ | | | | | | | | Add support for OAuth2, resolves issue #6
| | * | Fix write access_token to file mistakeAnsem2017-04-071-7/+2
| | | |
| | * | Add support for OAuth2Ansem2017-04-071-36/+110
| | |/
| * / fix ValueErrorEd Summers2017-04-091-1/+1
| |/ | | | | | | | | | | | | checking if media_type is defined will short circuit the the call to os.path.isfile when content is supplied fixes #28
* / Initial implementation of streaming APIWill Thompson2017-04-103-1/+158
|/ | | | | | | | This is missing any error handling and rate-limiting around the stream itself, but once the stream is established, the full range of events are supported. Fixes issue #14.
* Sensitive = False results in Not Sensitive. Fixes #20Lorenz Diener2017-04-051-0/+3
|
* Fix typo in Mastodon.__init__ docstringWill Thompson2017-04-051-1/+1
|
* Merge pull request #15 from erincongden/newfeaturesLorenz Diener2017-04-031-5/+101
|\ | | | | Muting, follow requests, local timeline, and more
| * Added follow requests supportErin Congden2017-04-021-0/+31
| |
| * Added getting a list of favourited tootsErin Congden2017-04-021-1/+13
| |
| * Add (un)muting accounts and reading mutes/blocksErin Congden2017-04-021-0/+35
| |
| * Added local timeline supportErin Congden2017-04-021-3/+17
| |
| * Added spoiler text supportErin Congden2017-04-021-1/+5
| |
* | Merge branch 'master' into typoLorenz Diener2017-04-031-11/+23
|\ \
| * | [mod] show real exception for easier debuggingLaurent Peuch2017-04-011-11/+23
| |/
* / [mod] typoLaurent Peuch2017-04-011-2/+2
|/
* fixed missing change Tyler Britten2017-03-031-1/+1
| | | removed self. from request_timeout- missed this commit in the last PR
* fixed missing request_timeout on app creationTyler Britten2017-03-031-1/+1
|
* Implement PR feedback and cull trailing whitespaceFlorian Piesche2017-01-271-106/+124
| | | Default post privacy to match account privacy setting. Remove sensitive/visibility parameters from simple toot() function.
* Add support for sensitive toots and visibility settings.Florian Piesche2017-01-231-5/+5
|
* Added timeoutLorenz Diener2016-12-131-12/+21
|
* media_ids can not just be dicts, for extra lazynessLorenz Diener2016-11-261-2/+24
|
* Requirement and documentation fixesLorenz Diener2016-11-251-11/+14
|
* Rate limiting now works.Lorenz Diener2016-11-251-26/+60
|
* Merge remote-tracking branch 'refs/remotes/origin/master' into ratelimitsLorenz Diener2016-11-251-72/+104
|\ | | | | | | | | # Conflicts: # mastodon/Mastodon.py
| * Documentation for notificationsLorenz Diener2016-11-251-1/+1
| |
| * Documentation restructured and made more PEP8-yLorenz Diener2016-11-251-51/+83
| |
* | Ratelimit codeLorenz Diener2016-11-251-30/+124
|/
* More "timeline" functions, "notifications"Lorenz Diener2016-11-251-3/+41
|
* Fixed bug in debug codeLorenz Diener2016-11-241-3/+3
|
* Fixed a bug in account_statusesLorenz Diener2016-11-241-3/+9
|
* Media uploads tentatively workingLorenz Diener2016-11-241-5/+23
|
* Documented new error handling codeLorenz Diener2016-11-241-0/+3
|
* Fixed login scope checkLorenz Diener2016-11-241-2/+2
|
* Added some error handling to log_inLorenz Diener2016-11-241-3/+17
|
* __init__.py fixedLorenz Diener2016-11-241-1/+1
|
* Docs are now goodLorenz Diener2016-11-241-1/+1
|
* Further readjustment. Docs now actually build, but look bad.Lorenz Diener2016-11-242-0/+355
    Powered by cgit v1.2.3 (git 2.41.0)