alashazam on Nostr: from mastodon import Mastodon mastodon = Mastodon( ...
from mastodon import Mastodon
mastodon = Mastodon(
access_token='my_token_from_preference_developer_section',
api_base_url='
https://mastodon.social/';
)
mastodon.status_post('super easy to send message from a python script!')
#python
Published at
2024-07-08 12:39:17Event JSON
{
"id": "e4b596840dd76f84d222bf348e184372b6c089335ae797db4b20baa4c8b6ba6b",
"pubkey": "10346c62b682513f5d1ebb859332db505696278fb0f2cef777dd34f5f33f68da",
"created_at": 1720442357,
"kind": 1,
"tags": [
[
"t",
"python"
],
[
"proxy",
"https://mastodon.social/users/alashazam/statuses/112750910341746427",
"activitypub"
]
],
"content": "from mastodon import Mastodon\n\nmastodon = Mastodon(\n access_token='my_token_from_preference_developer_section',\n api_base_url='https://mastodon.social/'\n)\n\nmastodon.status_post('super easy to send message from a python script!')\n\n#python",
"sig": "88e2b9492d8cfe0c0b47e88cb10e0587b34ae3c6714d10dd2e73e9be61aec108011789fce37352c9fa713a0a1383f38af61b1fc68c49eff572c20ae1d1de90d1"
}