API_BASE_URL = "" ACCESS_TOKEN = "" DRY_RUN = True # only write operations to file CLEAN_FOLLOWING = True CLEAN_FOLLOWERS = True CLEAN_MUTUALS = False # whether to clean mutuals CLEAN_LISTS = True CLEAN_BLOCKS = True CLEAN_MUTES = True CLEAN_DEAD_ACCOUNTS = True CLEAN_INACTIVE_ACCOUNTS = False CLEAN_MIGRATED_ACCOUNTS = False INACTIVE_DAYS = 30