From debc48cc5f590335749c182ca4a8c87350330009 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 8 Sep 2023 12:07:16 +0100 Subject: [PATCH] Extra donation sites --- donate.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/donate.py b/donate.py index 121d13c56..a27fde94b 100644 --- a/donate.py +++ b/donate.py @@ -17,7 +17,9 @@ def _get_donation_types() -> []: 'kickstarter', 'indiegogo', 'crowdsupply', 'subscribestar', 'kofi', 'fundly', 'crowdrise', 'justgiving', 'globalgiving', 'givedirectly', - 'fundrazr', 'kiva', 'thebiggive', 'donorbox') + 'fundrazr', 'kiva', 'thebiggive', 'donorbox', + 'opencollective', 'buymeacoffee', 'flattr', + 'bountysource', 'coindrop', 'gitpay', 'tipeee') def _get_website_strings() -> []: