Advertisement
Guest User

Untitled

a guest
May 31st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [SUBREDDIT_SETTINGS]
  2. name = IncubationX042
  3. # Number of days between user removals
  4. # Values: Any positive integer
  5. kick_interval=7
  6.  
  7. # Days since last kick
  8. # Values: Set to 0 on first run
  9. # **Do not change manually. This will be updated by the program**
  10. days_since_kick=0
  11.  
  12. # Type of interaction on sub
  13. # Values: POST, COMMENT, POST_AND_COMMENT, or POST_OR_COMMENT
  14. interaction_type=POST_OR_COMMENT
  15.  
  16. # Number of interactions required to remain per kick interval
  17. # Values: Any positive integer
  18. interaction_requirement=1
  19.  
  20. # Number of users in the subreddit
  21. # Values: Any positive integer
  22. member_cap=46
  23.  
  24. # Initial distribution of users from target sub(s)
  25. # Values: BALANCED (even split) or X,Y,...
  26. #   Where X,Y,... is a comma delimited list of integers that sum to member_cap
  27. #   X maps to TARGET_SUB1, Y maps to TARGET_SUB2, etc.
  28. initial_user_split=BALANCED
  29.  
  30. # How the distribution of users is maintained after kicks
  31. # Values: BALANCED (even split) or X,Y,...
  32. #   Where X,Y,... is a comma delimited list of integers that sum to member_cap
  33. #   X maps to TARGET_SUB1, Y maps to TARGET_SUB2, etc.
  34. user_split=BALANCED
  35.  
  36. # Users to be added as approved submitters (for people watching)
  37. # Values: Comma delimited list of usernames
  38. manual_user_add=shimmyjimmy97
  39.  
  40. [TARGET_SUB1]
  41. # Sub name
  42. # Values: Case insensitive subreddit name
  43. target_sub=the_donald
  44.  
  45. # Minimum comments in the subreddit to be accepted
  46. # Values: Any positive integer
  47. min_comments=25
  48.  
  49. # Min % toxic comments
  50. # Values: Float between 0.00 and 0.99
  51. toxicity_low=0.15
  52.  
  53. # Max % toxic comments
  54. # Values: Float between 0.00 and 0.99
  55. toxicity_high=0.99
  56.  
  57. # Type of comment requirement
  58. # Values: TOP (target sub is most used sub)
  59. #   or PERCENT (user has X% of all comments in target sub)
  60. comment_type=PERCENT
  61.  
  62. # Only read if comment_type is percent
  63. # Values: Float between 0.00 and 0.99
  64. comment_percentage=0.25
  65.  
  66.  
  67. [TARGET_SUB2]
  68. target_sub=politics
  69. min_comments = 25
  70. toxicity_low=0.0
  71. toxicity_high=0.10
  72. comment_type=PERCENT
  73. comment_percentage=0.25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement