mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #135] [QUESTION] What to do after pip install? #99
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#99
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 @RandomClaim on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/135
Hey, I just discovered this project and it looks pretty cool.
I tried the python install which looked very simple from the readme. However, after installing and running the command, I'm not really sure how to start a search or get to the search interface.
Serving on http://WindowsDesktop:5000is the output i get in the terminal. just pasting that into the browser did not work ('Unable to connect'). I assume I need to do some further set-up regarding the ip address or the ports, but I did want to ask here first before messing around with any settings.Sorry if this question is kinda primitive, but thanks for the work!
@RandomClaim commented on GitHub (Oct 21, 2020):
found it out myself, you need to enter the ip-adress and the port into the browser url-bar:
ip-number:port-numberIn hindsight that's kind of obvious to anyone more familiar with this, I should have known that.