Telegram Bot on Supabase Edge example
- Docker
- Supabase CLI
- Deno
- Github Actions
supabase login
supabase projects list
supabase link --project-ref
https://api.telegram.org/botBOT_TOKEN/setWebhook?url=https://PROJECT_RED.supabase.co/functions/v1/telegram-bot?secret=MY_SECRET
supabase functions deploy --no-verify-jwt telegram-bot
// #TODO: if it's not possible to have a smaller bundle, then it doesn' make sense.
deno compile -A --output ./.github/workflows/update_data github_action.ts