aboutsummaryrefslogtreecommitdiff
blob: 8a82d3b1185457285faaa53538247012aad81df2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Reading data: Timelines
=======================
.. py:module:: mastodon
.. 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
.. automethod:: Mastodon.conversations
Powered by cgit v1.2.3 (git 2.41.0)