config.py.example 351 B

12345678910111213141516
  1. API_BASE_URL = ""
  2. ACCESS_TOKEN = ""
  3. DRY_RUN = True # only write operations to file
  4. CLEAN_FOLLOWING = True
  5. CLEAN_FOLLOWERS = True
  6. CLEAN_MUTUALS = False # whether to clean mutuals
  7. CLEAN_LISTS = True
  8. CLEAN_BLOCKS = True
  9. CLEAN_MUTES = True
  10. CLEAN_DEAD_ACCOUNTS = True
  11. CLEAN_INACTIVE_ACCOUNTS = False
  12. CLEAN_MIGRATED_ACCOUNTS = False
  13. INACTIVE_DAYS = 30