mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 12:45:48 +03:00
[PR #1271] [CLOSED] feat: Added Speech-to-Text search #1145
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#1145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/1271
Author: @saifxyzyz
Created: 10/31/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
c2d2f0aImplement Mullvad Leta backend support and update README7c5ee45Update README.md7df25b7Remove Codebeat badge from README to streamline badge displaybeb822dMerge branch 'main' into beta852f51aMerge pull request #1256 from benbusby/beta97952c6Update version.pyb16ac3bUpdate README.md5e4bfb1Update README.md09e3664adding speech-to-text func📊 Changes
14 files changed (+631 additions, -106 deletions)
View changed files
➕
LETA_INTEGRATION.md(+137 -0)📝
README.md(+23 -21)📝
app/filter.py(+126 -0)📝
app/models/config.py(+7 -2)📝
app/request.py(+77 -2)📝
app/routes.py(+12 -1)➕
app/static/js/speech.js(+91 -0)📝
app/templates/header.html(+74 -49)📝
app/templates/index.html(+48 -17)📝
app/templates/search.html(+3 -2)📝
app/utils/misc.py(+12 -8)📝
app/utils/results.py(+8 -1)📝
app/version.py(+1 -2)📝
test/test_misc.py(+12 -1)📄 Description
This PR
Adds speech-to-text search functionality to Whoogle
Changes:
https://github.com/user-attachments/assets/63d9a2f6-3cbc-429b-bb6c-02f94274510b
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.