1
0

kofi.py 519 B

123456789
  1. KOFI_SETTINGS = {
  2. "integration": False, # Enable Ko-fi integration
  3. "token": "", # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.
  4. "donations": False, # Reward donations with points
  5. "donation_points": 100, # How many points per dollar donated?
  6. "subs": False, # Reward subscriptions with points
  7. "sub_points": 1000, # How many points per month?
  8. "kofi_url": "https://" # What is the URL of your Kofi page?
  9. }