Fix for one dict block, to be done for all
This commit is contained in:
pare
67aa919f40
commit
d5362139a7
S'han modificat 1 arxius amb 12 adicions i 12 eliminacions
|
@ -88,18 +88,18 @@ User dicts
|
||||||
mastodon.account(<numerical id>)
|
mastodon.account(<numerical id>)
|
||||||
# Returns the following dictionary:
|
# Returns the following dictionary:
|
||||||
{
|
{
|
||||||
'display_name': The user's display name
|
'display_name': # The user's display name
|
||||||
'acct': The user's account name as username@domain (@domain omitted for local users)
|
'acct': # The user's account name as username@domain (@domain omitted for local users)
|
||||||
'following_count': How many people they follow
|
'following_count': # How many people they follow
|
||||||
'url': Their URL; usually 'https://mastodon.social/users/<acct>'
|
'url': # Their URL; usually 'https://mastodon.social/users/<acct>'
|
||||||
'statuses_count': How many statuses they have
|
'statuses_count': # How many statuses they have
|
||||||
'followers_count': How many followers they have
|
'followers_count': # How many followers they have
|
||||||
'avatar': URL for their avatar
|
'avatar': # URL for their avatar
|
||||||
'note': Their bio
|
'note': # Their bio
|
||||||
'header': URL for their header image
|
'header': # URL for their header image
|
||||||
'id': Same as <numerical id>
|
'id': # Same as <numerical id>
|
||||||
'username': The username (what you @ them with)
|
'username': # The username (what you @ them with)
|
||||||
'locked': Denotes whether the account can be followed without a follow request
|
'locked': # Denotes whether the account can be followed without a follow request
|
||||||
}
|
}
|
||||||
|
|
||||||
Toot dicts
|
Toot dicts
|
||||||
|
|
Loading…
Referencia en una nova incidència