Skip to content

Instantly share code, notes, and snippets.

@miya
Last active August 10, 2018 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miya/a4f265653606f0d3290c1320f5709893 to your computer and use it in GitHub Desktop.
Save miya/a4f265653606f0d3290c1320f5709893 to your computer and use it in GitHub Desktop.
つーとするやつ
from mastodon import Mastodon
while True:
toot = input('> ',)
mastodon = Mastodon(
client_id="app_key.txt",
access_token="user_key.txt",
url = "https://mstdn.jp")
mastodon.toot(toot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment