import os # Which instance to login to instance = 'https://social.lumbung.space' # n.b. if it is the first time you use this script # You need to register the app: # https://mastodonpy.readthedocs.io/en/stable/#module-mastodon # Login credentials for bot account email = '' password = '' # Which hashtags to publish hashtags = ['jalansesama'] # your Hugo content directory output_dir = os.environ.get('OUTPUT_DIR', 'path/to/hugo/content')