Compare commits

...

2 Commits

Author SHA1 Message Date
05f7fc7a3f hard code hashtags for now 2022-01-12 09:53:29 +01:00
6c3814dd5b Revert "feat: support loading hashtags from env"
This reverts commit d9bcb29f85.
2022-01-12 09:45:41 +01:00

View File

@ -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():