mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #692] [FEATURE] Multiple Social Media Alternatives #443
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#443
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?
Originally created by @0xspade on GitHub (Mar 22, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/692
Hi,
Is it possible to implement an array of multiple social media alternative sites? With that feature, we don't rely on one instance, and every time a user search, it randomly selects alternative social media.
@WitherCubes commented on GitHub (Mar 22, 2022):
farside.link is an option and it is used by whoogle.
@0xspade commented on GitHub (Mar 22, 2022):
I wonder, so if I don't specify the environment config:
WHOOGLE_ALT_WIKI,WHOOGLE_ALT_IMG, etc… it will automatically randomize the selection of alternative SM links? As long as the environment configWHOOGLE_CONFIG_ALTSis set to1, am I correct?@WitherCubes commented on GitHub (Mar 22, 2022):
You need to set the environment variables like
WHOOGLE_ALT_WIKI=farside.link/wikiless,WHOOGLE_ALT_IMG=farside.link/imgin, etc. (services that farside supports) and you should also setWHOOGLE_CONFIG_ALTSto1.@benbusby commented on GitHub (Mar 22, 2022):
By default, if you enable
WHOOGLE_CONFIG_ALTSit will use Farside for all alternative frontends, no need to specifyfarside.link/<service>for eachWHOOGLE_ALT_<SERVICE>var. Those variables should only actually be used if you only want to consistently visit one instance each time.Closing for now since I think that answers your question, but feel free to reopen if I'm mistaken!
@0xspade commented on GitHub (Mar 25, 2022):
Always need to add
/uwhenever I search a profile on Instagram.