Mastodonplus.py/mastodon
codl 92dd24450d
fix exception in log_in, by accepting json dates as timestamps
when requesting a bearer token, mastodon (more specifically doorkeeper)
returns an object with a created_at attribute which is a plain timestamp
unlike in most of mastodon's api:

{
    "access_token": "hunter2",
    "token_type": "bearer",
    "scope": "read write",
    "created_at": 1504824250,
}
2017-09-10 12:23:54 +02:00
..
__init__.py Initial implementation of streaming API 2017-04-10 08:18:08 +01:00
Mastodon.py fix exception in log_in, by accepting json dates as timestamps 2017-09-10 12:23:54 +02:00
streaming.py not pep8 compliant #71 2017-09-05 22:59:32 +02:00