interstellard / chatgpt-advanced

WebChatGPT: A browser extension that augments your ChatGPT prompts with web results.
https://webchatgpt.app
MIT License
6.45k stars 834 forks source link

Interested in the google search part #17

Closed JasonFengGit closed 1 year ago

JasonFengGit commented 1 year ago

Hi qunash, Is it possible that you can also open source the part of code for searching (https://ddg-webapp-aagd.vercel.app)? Wondering if we can make each result longer.

: )

spidy0x0 commented 1 year ago

yeah. that would be really helpful. recursively crawl links, github repositories etc and gather more info.

spidy0x0 commented 1 year ago

i just manually tried it with a markdown of a repo's docs, asked it some questions about the repo and the answers were excellent :)

https://chatgpt-static.s3.amazonaws.com/chats/zo17782.html

hirargb commented 1 year ago

Looks like it is using duckduckgo's API or scraping duckduckgo's results in realtime. I have made myself a solution. Happy to help anyone who needs it

spidy0x0 commented 1 year ago

Looks like it is using duckduckgo's API or scraping duckduckgo's results in realtime. I have made myself a solution. Happy to help anyone who needs it

hi, can you share it with me please

hirargb commented 1 year ago

Sure, DM me on Twitter. @amitk_karn

huyouare commented 1 year ago

Looks like it is using duckduckgo's API or scraping duckduckgo's results in realtime. I have made myself a solution. Happy to help anyone who needs it

@amitkarn How did you find this out? Did you guess based on query-result comparisons?

hirargb commented 1 year ago

Use this https://pypi.org/project/duckduckgo-search/. Enjoy 😃

qunash commented 1 year ago

See #69