mirror of
https://github.com/Sevichecc/pleroma-backup-script.git
synced 2025-04-30 00:39:30 +08:00
Merge branch 'main' of https://github.com/Sevichecc/pleroma-backup-script
This commit is contained in:
commit
a84c7cd6d4
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import random
|
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
|
|
||||||
Mastodon.create_app(
|
Mastodon.create_app(
|
||||||
|
@ -25,4 +24,4 @@ mastodon = Mastodon(
|
||||||
feature_set='pleroma'
|
feature_set='pleroma'
|
||||||
)
|
)
|
||||||
|
|
||||||
mastodon.status_post('your_post_content')
|
mastodon.status_post('your_post_content')
|
Loading…
Reference in a new issue