#ariels office

1 messages · Page 1 of 1 (latest)

torn edge
#

yes?

#

@pliant arrow

#

I'm here

pliant arrow
#

hHHhhhHAHAHAH

#

wait holdon

#

you can make thread

torn edge
#

...

#

yes

vale fjord
#

I dookied my pant

torn edge
#

💀

vale fjord
#

💀

pliant arrow
#

ok so like this

torn edge
#

?

pliant arrow
#

tell discodhehe to put bing in my private server

torn edge
#

lmao

pliant arrow
#

💀

#

ya know for testin

torn edge
#

lol

pliant arrow
#

or

torn edge
#

use jeffbot for gpt stuff

pliant arrow
#

he can use this

#

hold on

#

this one

#

it is like bing

#

serious

#

try to make a bout of of this

torn edge
#

does it have an api?

pliant arrow
#

it is possible right like bing

torn edge
#

yes

#

but not me

pliant arrow
#

It's finniboy time

torn edge
#

yes

pliant arrow
#

ill ping him here later

olive spoke
#

m

pliant arrow
#

any idea how to get a bot out of this

#

i donno coding stuff

olive spoke
#
fetch("https://www.phind.com/api/search", {
  "headers": {
    "content-type": "application/json"
  },
  "referrer": "https://www.phind.com/search?q=test",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "{\"freshness\":\"\",\"q\":\"hi\",\"userRankList\":{\"developer.mozilla.org\":1,\"github.com\":1,\"stackoverflow.com\":1,\"www.reddit.com\":1,\"en.wikipedia.org\":1,\"www.amazon.com\":-1,\"www.quora.com\":-2,\"www.pinterest.com\":-3,\"rust-lang\":2,\".rs\":1},\"browserLanguage\":\"en\"}",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
})
#

first send a request to this with your query and get the response

#
fetch("https://www.phind.com/api/tldr", {
  "headers": {
    "accept": "application/json",
    "content-type": "application/json",
    "cookie": "__cf_bm=...",
    "Referer": "https://www.phind.com/search?q=test",
    "Referrer-Policy": "strict-origin-when-cross-origin"
  },
  "body": "{\"question\":\"<original query>\",\"bingResults\":{<put results you got from earlier here>}",
  "method": "POST"
});
#

then pass the results you got to here, with the query again

#

they use cloudflare so you might have to play around with different user agents and headers