{"id":22360707,"url":"https://github.com/ghashtag/999-supabase-functions","last_synced_at":"2026-01-20T21:06:12.307Z","repository":{"id":230412590,"uuid":"779305225","full_name":"gHashTag/999-supabase-functions","owner":"gHashTag","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-08T15:54:02.000Z","size":398,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T14:24:53.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gHashTag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-29T14:21:44.000Z","updated_at":"2024-09-08T15:54:06.000Z","dependencies_parsed_at":"2024-08-13T20:06:40.585Z","dependency_job_id":null,"html_url":"https://github.com/gHashTag/999-supabase-functions","commit_stats":null,"previous_names":["ghashtag/999-supabase-functions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gHashTag/999-supabase-functions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2F999-supabase-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2F999-supabase-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2F999-supabase-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2F999-supabase-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gHashTag","download_url":"https://codeload.github.com/gHashTag/999-supabase-functions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2F999-supabase-functions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28613706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T16:18:15.857Z","updated_at":"2026-01-20T21:06:12.290Z","avatar_url":"https://github.com/gHashTag.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n1. При локальной разработке\n   supabase functions serve --env-file ./supabase/functions/.env --no-verify-jwt\n\n2. '.env' положить по адресу ./supabase/functions/.env\n\n3. Вызов функции без Bearer token\n   curl -i --location --request POST 'http://127.0.0.1:54321/functions/v1/create-tasks' \\\n    --header 'Content-Type: application/json' \\\n    --data '{\"data\":[\"Иван Иванов: 🔄 Разобраться с интеграцией видео со ссылками в TLDV\", \"Виктор Петров: 🔎 Исследовать возможность скачивания видео с Vimeo для преобразования в текст\"]}'\n\n# [grammY](https://grammy.dev) on [Supabase Edge Functions](https://supabase.com/edge-functions)\n\n\u003e Try it out: [@supabase_example_bot](https://t.me/supabase_example_bot)\n\n## Deploying\n\n1. Create the function:\n\n```shell\nsupabase functions deploy --no-verify-jwt telegram-bot\n```\n\n2. Local start function:\n\n```shell\nsupabase functions serve --env-file ./supabase/functions/.env --no-verify-jwt\n```\n\n2. Contact [@BotFather](https://t.me/BotFather) to create a bot and get its\n   token.\n3. Set the secrets:\n\n```shell\nsupabase secrets set BOT_TOKEN=your_token FUNCTION_SECRET=random_secret\n```\n\n4. Set your bot’s webhook URL to\n   `https://\u003cPROJECT_NAME\u003e.functions.supabase.co/telegram-bot` (replacing\n   `\u003c...\u003e` with respective values). To do that, you open the request URL in your\n   browser:\n\n```text\nhttps://api.telegram.org/bot\u003cBOT_TOKEN\u003e/setWebhook?url=https://\u003cPROJECT_NAME\u003e.functions.supabase.co/telegram-bot?secret=\u003cFUNCTION_SECRET\u003e\n```\n\nsupabase functions serve --env-file .env.local --no-verify-jwt\n\nStart Project \u003c19.06.2024\u003e\n\n1. supabase start\n2. supabase functions serve --env-file supabase/functions/.env --no-verify-jwt\n3. ngrok http 54321\n\n- for LOCAL_SUPABASE_URL_ANON_KEY and other Supabase Variables:\n  supabase status\n\n- for tests:\n  deno test --allow-all --env=supabase/functions/.env supabase/functions/tests/game-step-test.ts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghashtag%2F999-supabase-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghashtag%2F999-supabase-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghashtag%2F999-supabase-functions/lists"}