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