From 0862a059fcb9f45db6791bc25da19c03ae0035d9 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 23 Jun 2024 18:29:09 +0000 Subject: [PATCH] docs(readme): :memo: add README to repository Will document setup later. Signed-off-by: Andrei Jiroh Halili --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bbcc50 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Sources for @ajhalili2006's Tip Jar-as-Telegram Bot + +[![fork with dotenv-vault](https://badge.dotenv.org/fork.svg?r=1)](https://vault.dotenv.org/project/vlt_fa8127cf9f372fb2c549d8acf7cb06673919d5d9662a8189b133eacb941f70b0/example) + +A minimal Telegram bot for accepting donations using Telegram Stars. You can try donating some of your Stars at . + +## Feature set + +* `export default`-styled handlers code (Cloudflare Workers users may feel familiar to this) +* Batteries included: + * `dotenv-vault` for SecretOps without the binaries. + * `jsconfig.json` for type-checking and IntelliSense, powered by TypeScript. + +## TODO features + +* Presistence via Supabase/PostREST for tracking donation statuses. +* Handle crypto donations within app instead of redirecting elsewhere. +* Let individuals and corporate sponsors manage their monthly/annual sponsorship, similar to [Mastodon](https://sponsor.joinmastodon.org/). + +## License + +AGPL-3.0 + +**Note to forks**: Before you use this source code, please make sure to update links and references to point into your own. -- 2.51.2