diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-23 18:57:39 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-23 18:57:39 +0200 |
commit | 20af89c0c29abc63ef5e84e669fd4ef14998de40 (patch) | |
tree | efacad7db06c9b317c80b2d1491b474165f22a8b /phind/README.md | |
parent | Update ora_gpt4.py (diff) | |
download | gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.gz gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.bz2 gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.lz gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.xz gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.zst gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.zip |
Diffstat (limited to 'phind/README.md')
-rw-r--r-- | phind/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phind/README.md b/phind/README.md index c9b85dbb..f17f487f 100644 --- a/phind/README.md +++ b/phind/README.md @@ -5,6 +5,7 @@ import phind # set cf_clearance cookie phind.cf_clearance = 'xx.xx-1682166681-0-160' +phind.user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' # same as the one from browser you got cf_clearance from prompt = 'who won the quatar world cup' |