2022-11-28 22:50:02 +00:00
|
|
|
Reading data: Timelines
|
|
|
|
=======================
|
|
|
|
.. py:module:: mastodon
|
2025-02-15 20:26:08 +00:00
|
|
|
:no-index:
|
2022-11-28 22:50:02 +00:00
|
|
|
.. py:class: Mastodon
|
|
|
|
|
|
|
|
These functions allow you to access the timelines a logged in
|
|
|
|
user could see, as well as hashtag timelines and the public (federated)
|
|
|
|
and local timelines. For the public, local and hashtag timelines,
|
|
|
|
access is allowed even when not authenticated if the instance admin has enabled this functionality.
|
|
|
|
|
|
|
|
.. _timeline():
|
|
|
|
.. automethod:: Mastodon.timeline
|
|
|
|
.. automethod:: Mastodon.timeline_home
|
|
|
|
.. automethod:: Mastodon.timeline_local
|
|
|
|
.. _timeline_public():
|
|
|
|
.. automethod:: Mastodon.timeline_public
|
|
|
|
.. _timeline_hashtag():
|
|
|
|
.. automethod:: Mastodon.timeline_hashtag
|
|
|
|
.. automethod:: Mastodon.timeline_list
|
2025-02-14 18:08:00 +00:00
|
|
|
.. automethod:: Mastodon.conversations
|
|
|
|
|