{"id":23524376,"url":"https://github.com/yankeexe/openfaas-functions","last_synced_at":"2026-04-11T19:31:48.329Z","repository":{"id":128565885,"uuid":"289682440","full_name":"yankeexe/openfaas-functions","owner":"yankeexe","description":"Collection of Serverless OpenFaas functions.","archived":false,"fork":false,"pushed_at":"2021-04-28T15:18:50.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T03:03:58.762Z","etag":null,"topics":["docker","faas","kubernetes","openfaas","openfaas-function","serverless","serverless-functions"],"latest_commit_sha":null,"homepage":"","language":"Python","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/yankeexe.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":"2020-08-23T12:33:57.000Z","updated_at":"2023-03-04T08:59:10.000Z","dependencies_parsed_at":"2023-08-22T07:46:44.376Z","dependency_job_id":null,"html_url":"https://github.com/yankeexe/openfaas-functions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yankeexe/openfaas-functions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fopenfaas-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fopenfaas-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fopenfaas-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fopenfaas-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yankeexe","download_url":"https://codeload.github.com/yankeexe/openfaas-functions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fopenfaas-functions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["docker","faas","kubernetes","openfaas","openfaas-function","serverless","serverless-functions"],"created_at":"2024-12-25T18:15:34.478Z","updated_at":"2026-04-11T19:31:48.297Z","avatar_url":"https://github.com/yankeexe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenFaas Functions\n\nRead my blog on [OpenFaas Functions](https://dev.to/yankee/deploy-your-serverless-python-function-locally-with-openfaas-in-kubernetes-18jf)\n\n## 1. [pydict](https://github.com/yankeexe/openfaas-functions/tree/master/pydict)\nReturns meaning of words provided.\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eInstallation Instructions\u003c/b\u003e\u003c/summary\u003e\n\n**Build, Push, and Deploy the function**\n```bash\nfaas-cli build -f functions.yml --filter pydict\n\nfaas-cli push -f functions.yml --filter pydict\n\nfaas-cli deploy -f functions.yml --filter pydict\n```\n\n**Invoke the function:**\n\n```bash\necho \"brevity\" | faas-cli invoke pydict\n```\n\n\u003c/details\u003e\n\n## 2. [ytdl](https://github.com/yankeexe/openfaas-functions/tree/master/ytdl)\nDownload mp3 from provided URL\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eInstallation Instructions\u003c/b\u003e\u003c/summary\u003e\n\n**Build, Push, and Deploy the function**\n```bash\nfaas-cli build -f functions.yml --filter ytdl -b ADDITIONAL_PACKAGE=ffmpeg\n\nfaas-cli push -f functions.yml --filter ytdl\n\nfaas-cli deploy -f functions.yml --filter ytdl\n```\n\n**Invoke the function:**\n\n```bash\necho \"\u003curl\u003e\" | faas-cli invoke ytdl \u003e \u003cfilename.mp3\u003e\n```\n\n\u003c/details\u003e\n\n\n\n## 3. [translator](https://github.com/yankeexe/openfaas-functions/tree/master/translator)\nTranslate between languages.\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eInstallation Instructions\u003c/b\u003e\u003c/summary\u003e\n\n**Build, Push, and Deploy the function**\n```bash\nfaas-cli build -f functions.yml --filter translator\n\nfaas-cli push -f functions.yml --filter translator\n\nfaas-cli deploy -f functions.yml --filter translator\n```\n\n**Invoke the function:**\nMake sure the terminal supports encoding. If not use API testing tool like Insomnia or Postman.\n\n`des`: output language; defaults to `'en'`.\n\nComplete list of [supported languages](https://github.com/yankeexe/openfaas-functions/tree/master/translator/README.md).\n\n```bash\necho '{\"text\": \"नमस्ते\", \"des\": \"ko\"}' | fc invoke translator --content-type \"application/json\"\n```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeexe%2Fopenfaas-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyankeexe%2Fopenfaas-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeexe%2Fopenfaas-functions/lists"}