From c427ed258cd855e5e68eec70ef13222514842f76 Mon Sep 17 00:00:00 2001 From: Barry Walker Date: Sat, 24 Jan 2026 18:34:15 -0500 Subject: [PATCH] docs: add GitHub Sponsors and Ko-fi funding links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add FUNDING.yml for sponsor button on repo - Add support section to README with badges Time to get paid for doing jack shit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/FUNDING.yml | 6 ++++++ README.md | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..06b2d79 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,6 @@ +# These are supported funding model platforms + +github: barryw +ko_fi: barryw +# buy_me_a_coffee: # uncomment and add username when set up +# custom: ["https://your-link.com"] # add any custom sponsorship URLs diff --git a/README.md b/README.md index 0cb7f36..c2aa165 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,17 @@ Aliases supported: `PAPERLESS_URL` and `PAPERLESS_TOKEN` also work if that's you --- +## Support the Project + +If PaperlessMCP saves you time, consider supporting development: + +[![GitHub Sponsors](https://img.shields.io/github/sponsors/barryw?style=for-the-badge&logo=github&label=Sponsor)](https://github.com/sponsors/barryw) +[![Ko-fi](https://img.shields.io/badge/Ko--fi-Support-ff5e5b?style=for-the-badge&logo=ko-fi)](https://ko-fi.com/barryw) + +Every bit helps keep the lights on and the commits flowing. + +--- + ## Contributing Yes please. We use trunk-based development with conventional commits.