Merge pull request #11 from Psycojoker/bad_doc

Error in the documentation: mastodon uses the email address for the login, not the username
This commit is contained in:
Lorenz Diener 2017-04-03 12:01:23 +02:00 cometido por GitHub
commit 763b863fcb

Veure arxiu

@ -19,7 +19,7 @@ Mastodon.py
'''
mastodon = Mastodon(client_id = 'pytooter_clientcred.txt')
mastodon.log_in(
'pytooter',
'my_login_email@example.com',
'incrediblygoodpassword',
to_file = 'pytooter_usercred.txt'
)