[GH-ISSUE #154] [FEATURE] Make Social Media Alt-Sites to be configurable via enviroment variables #113

Closed
opened 2026-02-25 20:34:55 +03:00 by kerem · 0 comments
Owner

Originally created by @pred2k on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/154

Describe the feature you'd like to see added
The alternative social media site are hardcoded in app/utils/filter_utils.py#L19

SITE_ALTS = {
    'twitter.com': 'nitter.net',
    'youtube.com': 'invidious.snopyta.org',
    'instagram.com': 'bibliogram.art/u'
}

I prefer other instances and always have to correct the file after an upstream update.

It would be great if this site could be configured/overridden via enviroment variables.
Like:

WHOOGLE_ALT_TWITTER=nitter.nixnet.services

Thanks for the amazing proxy!

Originally created by @pred2k on GitHub (Dec 5, 2020). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/154 **Describe the feature you'd like to see added** The alternative social media site are hardcoded in [app/utils/filter_utils.py#L19](https://github.com/benbusby/whoogle-search/tree/develop/app/utils/filter_utils.py#L19) ```python SITE_ALTS = { 'twitter.com': 'nitter.net', 'youtube.com': 'invidious.snopyta.org', 'instagram.com': 'bibliogram.art/u' } ``` I prefer other instances and always have to correct the file after an upstream update. It would be great if this site could be configured/overridden via enviroment variables. Like: ```bash WHOOGLE_ALT_TWITTER=nitter.nixnet.services ``` Thanks for the amazing proxy!
kerem 2026-02-25 20:34:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#113
No description provided.