{"id":24427522,"url":"https://github.com/daniel15/voicemail","last_synced_at":"2025-09-01T08:05:44.310Z","repository":{"id":271661696,"uuid":"914176936","full_name":"Daniel15/Voicemail","owner":"Daniel15","description":"Basic voicemail system, powered by AI because it's the cool thing to do these days.","archived":false,"fork":false,"pushed_at":"2025-05-12T01:12:47.000Z","size":50,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T02:25:02.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Daniel15.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-01-09T05:01:20.000Z","updated_at":"2025-05-12T01:12:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d59589e9-0ca7-4b93-9bbb-ef31d3aa2b32","html_url":"https://github.com/Daniel15/Voicemail","commit_stats":null,"previous_names":["daniel15/voicemail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Daniel15/Voicemail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FVoicemail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FVoicemail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FVoicemail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FVoicemail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daniel15","download_url":"https://codeload.github.com/Daniel15/Voicemail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel15%2FVoicemail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273093149,"owners_count":25044436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-20T12:11:10.161Z","updated_at":"2025-09-01T08:05:44.301Z","avatar_url":"https://github.com/Daniel15.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voicemail\n\nBasic voicemail system, *powered by AI* because it's the cool thing to do these days. It is **currently under construction** and isn't ready for usage yet.\n\nThis project uses the following third-party providers:\n\n|Provider|Use|Approx. cost (as of December 2024)|\n|--|--|--|\n|Twilio|Incoming phone calls|\\$1.15/month plus \\$0.0085/min|\n|AssemblyAI|AI analysis of voicemail messages - Transcription, summarization, entity extraction|\\$0.008/minute / \\$0.48/hour (\\$0.37 for speech-to-text, \\$0.08 for entity detection, \\$0.03 for summarization). Free \\$50 credit will last a long time.|\n|TresleIQ|Caller ID (\"Smart CNAM API\"). I tried several caller ID APIs and this was the most accurate one that offers as-you-go pricing.|$0.015/query\n\n# Features\n\nTBD\n\n# Installation\n\n## Docker\n\nTBD\n\n## Manually\n\nA binary of the latest build can be downloaded from [TBD]\n\n## From source\nSee \"Development\" section below.\n\n# Configuration\n\nCopy `appsettings.Production.json.example` and change settings to suit your environment.\n\n# Development\n\n1. Install [.NET 9.0](https://learn.microsoft.com/en-us/dotnet/core/install/linux)\n2. Clone the repo\n3. Set access tokens/keys in .NET Secrets, to avoid accidentally commiting them to the repo:\n```\n# Twilio\ndotnet user-secrets set 'Twilio:AuthToken' '.....'\ndotnet user-secrets set 'Twilio:Client:AccountSid' '.....'\ndotnet user-secrets set 'Twilio:Client:ApiKeySid' '.....'\ndotnet user-secrets set 'Twilio:Client:ApiKeySecret' '.....'\n\n# AssemblyAI\ndotnet user-secrets set 'AssemblyAI:ApiKey' '....'\n\n# Trestle\ndotnet user-secrets set 'Trestle:ApiKey' '....'\n```\n4. Run it using `dotnet run` or with your favourite editor (e.g. Rider or VS Code).\n\nTo build the release version:\n```shell\ndotnet publish -c Release -r linux-x64\n```\n(`linux-x64` can be replaced with [any architecture supported by .NET](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=windows%2Cnet9plus#platformarchitecture-restrictions)), such as `linux-arm64`, `windows-x64`, etc)\n\nIt will build into the `src/Voicemail/bin/Release/net9.0/linux-x64/publish` folder. The release version is built as a self-contained executable and does not require .NET to be installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel15%2Fvoicemail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel15%2Fvoicemail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel15%2Fvoicemail/lists"}