Compare commits
2 Commits
d9bcb29f85
...
05f7fc7a3f
Author | SHA1 | Date | |
---|---|---|---|
05f7fc7a3f | |||
6c3814dd5b |
@ -9,10 +9,7 @@ from mastodon import Mastodon
|
|||||||
instance = "https://social.lumbung.space"
|
instance = "https://social.lumbung.space"
|
||||||
email = ""
|
email = ""
|
||||||
password = ""
|
password = ""
|
||||||
|
hashtags = ["majelisakakbar", "documentafifteen", "lumbungdotspace", "jalansesama", "warungkopi"]
|
||||||
hashtags = os.environ.get("MASTODON_HASHTAGS", [])
|
|
||||||
if hashtags:
|
|
||||||
hashtags = [hashtags]
|
|
||||||
|
|
||||||
|
|
||||||
def login_mastodon_bot():
|
def login_mastodon_bot():
|
||||||
|
Reference in New Issue
Block a user