Gráfico de commits

205 commits

Autor SHA1 Mensaje Fecha
Christopher Su 8f0d872119 Remove the mentions timeline because it doesn't exist 2017-04-15 00:53:58 -07:00
Lorenz Diener cd2165131a URL change in README 2017-04-12 10:21:09 +02:00
Ansem 7c7cf8478d Add general error message 2017-04-11 10:37:15 +02:00
Ansem e51e5cc521 Fix auth request, now able to specify needed scope for the client 2017-04-11 10:36:58 +02:00
Lorenz Diener ccaaea0072 Fixing mistake from earlier merge 2017-04-10 17:14:37 +02:00
Lorenz Diener 54541f81de Merge pull request #30 from wjt/streaming
Support streaming API
2017-04-10 10:33:39 +02:00
Lorenz Diener 965d514de1 Merge branch 'master' into streaming 2017-04-10 10:33:25 +02:00
Lorenz Diener 7db6b4c02e Merge pull request #26 from phryk/master
added content_search, probably.
2017-04-10 10:29:55 +02:00
Lorenz Diener 98f636f581 Merge pull request #27 from azillion/master
Add support for OAuth2, resolves issue #6
2017-04-10 10:28:50 +02:00
Lorenz Diener 795354a835 Merge pull request #29 from edsu/media-post-value-error
media_post ValueError
2017-04-10 09:39:13 +02:00
Will Thompson ab60931620
Initial implementation of streaming API
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.
2017-04-10 08:18:08 +01:00
Will Thompson 280c60120b
Set up pytest 2017-04-10 08:00:43 +01:00
Ed Summers c45a1af5e1 fix ValueError
checking if media_type is defined will short circuit the
the call to os.path.isfile when content is supplied

fixes #28
2017-04-09 17:58:46 -04:00
Ansem cb6e304043 Fix write access_token to file mistake 2017-04-07 22:06:06 +00:00
Ansem ebfe65a295 Add support for OAuth2 2017-04-07 21:59:39 +00:00
phryk 7ebc48c50e added content_search, probably. 2017-04-07 15:12:24 +02:00
Lorenz Diener 853ae97dcc Preparing release 2017-04-05 14:03:28 +02:00
Lorenz Diener ff627cde44 Updated gitignore 2017-04-05 13:55:38 +02:00
Lorenz Diener 0cac499cfe Sensitive = False results in Not Sensitive. Fixes #20 2017-04-05 13:54:21 +02:00
Lorenz Diener 5182aecace Merge pull request #18 from wjt/patch-1
Fix typo in Mastodon.__init__ docstring
2017-04-05 12:17:48 +02:00
Will Thompson 2015cde528 Fix typo in Mastodon.__init__ docstring 2017-04-05 10:32:46 +01:00
Lorenz Diener 8ad79d27d1 Merge pull request #16 from pmlandwehr/patch-1
Create MANIFEST.in
2017-04-05 10:50:54 +02:00
Peter M. Landwehr 9c32fd468b Create MANIFEST.in 2017-04-04 23:32:35 -07:00
Lorenz Diener 1fc7c465b3 Merge pull request #15 from erincongden/newfeatures
Muting, follow requests, local timeline, and more
2017-04-03 12:05:10 +02:00
Lorenz Diener cd1beedffe Merge pull request #13 from Psycojoker/sync_readme_and_doc_example
Synchronise readme and doc example
2017-04-03 12:03:00 +02:00
Lorenz Diener 9db7fdd5be Merge pull request #12 from Psycojoker/typo
Small typo
2017-04-03 12:02:24 +02:00
Lorenz Diener d8ac59f4eb Merge branch 'master' into typo 2017-04-03 12:02:17 +02:00
Lorenz Diener 763b863fcb Merge pull request #11 from Psycojoker/bad_doc
Error in the documentation: mastodon uses the email address for the login, not the username
2017-04-03 12:01:23 +02:00
Lorenz Diener e1992943b9 Merge pull request #10 from Psycojoker/dont_hide_exceptions
Show real exceptions for easier debugging
2017-04-03 11:59:16 +02:00
Erin Congden ca0b6c115b Added follow requests support 2017-04-02 21:53:25 -07:00
Erin Congden 38ebcda76b Added getting a list of favourited toots 2017-04-02 21:52:45 -07:00
Erin Congden 36781699c1 Add (un)muting accounts and reading mutes/blocks 2017-04-02 21:52:41 -07:00
Erin Congden 9eaf955bfc Added local timeline support 2017-04-02 21:25:11 -07:00
Erin Congden f734a45fb6 Added spoiler text support 2017-04-02 21:14:07 -07:00
Laurent Peuch 969e5dff14 [mod] sync README.rst and doc index to avoid confusion 2017-04-01 15:08:13 +02:00
Laurent Peuch 95275bb391 [mod] typo 2017-04-01 15:04:45 +02:00
Laurent Peuch 239d9104e6 [fix] mastodon wants the email address for login 2017-04-01 15:03:11 +02:00
Laurent Peuch 1d76bc150a [mod] show real exception for easier debugging 2017-04-01 14:13:46 +02:00
Lorenz Diener 857968f34e Preparing maint release 2017-03-15 11:17:51 +01:00
Lorenz Diener 6a65a3143c Merge pull request #9 from vmtyler/patch-2
fixed missing change
2017-03-15 11:08:56 +01:00
Tyler Britten be6c248a21 fixed missing change
removed self. from request_timeout- missed this commit in the last PR
2017-03-03 11:23:11 -05:00
Lorenz Diener 69a39020f8 Updated changelog 2017-03-03 17:18:27 +01:00
Lorenz Diener 930ecac513 Preparing for release 1.0.4 2017-03-03 17:14:51 +01:00
Lorenz Diener 915be7ff4a Merge pull request #8 from vmtyler/patch-1
fixed missing request_timeout on app creation
2017-03-03 17:12:32 +01:00
Tyler Britten 9a1c7a7147 fixed missing request_timeout on app creation 2017-03-03 11:10:04 -05:00
Lorenz Diener 8b4d759612 Bump version in docs 2017-02-13 14:51:03 +01:00
Lorenz Diener 6e5c325c72 Changelog 2017-02-13 13:58:20 +01:00
Lorenz Diener 798873296b Merge pull request #7 from fpiesche/master
Add support for sensitive toots and visibility settings.
2017-01-27 20:36:46 +01:00
Florian Piesche 963ec9c5f2 Implement PR feedback and cull trailing whitespace
Default post privacy to match account privacy setting. Remove sensitive/visibility parameters from simple toot() function.
2017-01-27 13:16:13 +00:00
Florian Piesche f60ff60e13 Add support for sensitive toots and visibility settings. 2017-01-23 11:11:55 +00:00