-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suggest websites to reverse #40
Comments
@localuser-isback bing.com is already implemented: |
already implemented: https://github.com/xtekky/gpt4free/tree/main/unfinished/theb.ai |
@localuser-isback could you contact me in telegram or discord for the cloudflare bypass ? I have already done some reverse engineering on it and we could work together |
@localuser-isback tekky#1810 |
https://beta.pickaxeproject.com/ |
I've discovered a few more websites that might be of interest for this project. Here's a list of the sites I've found: https://ai-assistant.netlify.app Additionally, I've developed a Python script that can help you automate the process of extracting API endpoints from these websites. Please find the script below: import requests
from bs4 import BeautifulSoup
websites = [
"https://ai-assistant.netlify.app"
]
for website in websites:
response = requests.get(website)
soup = BeautifulSoup(response.content, 'html.parser')
for link in soup.find_all('a'):
href = link.get('href')
if href.startswith('/api') or href.startswith('http'):
print(f"Found API endpoint for {website}: {href}") Feel free to use this script to gather more API endpoints for the project. If you have any questions or need further assistance, please don't hesitate to ask. Best regards. |
https://www.perplexity.ai (better than gpt-3.5) |
It's awesome! Can't wait to see that API! |
Can you upload it to github pls! |
How about https://chat.openai.com/ 🤔 (Edit: Someone told me that cloudflare might have blocked datacenter IPs from using it, so ig its maybe useless.. Oh well, I pay for the API nowdays .-.) |
I was wondering for the Cloudflare version, can you not just open a web browser which completes the JavaScript challenge & save the cookies for further http requests ? |
I'd also like to add that you might not want to abuse those services because someone is paying for what you get as "free requests", I would understand that if you are really poor and you want to test a business idea or whatever, but dont abuse it for a long time because someone will pay the bill at the end of the day. |
I don't use this repo myself, and the terms which you agree to when using this repo say that I am not liable for any action made by users or this repo. Which means, I costed nothing to these sites |
Here are some more:
|
Snapchat AI |
https://pi.ai
It looks pretty easy
A quarta, 22/11/2023, 8:37 da manhã, owlcloud ***@***.***>
escreveu:
… https://chatinfo.ru/
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ3M5XUK3NUU5G2MJC6KX2TYFW2UVAVCNFSM6AAAAAAXCQX4QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRSGMZDGOBUG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
no cloudflare ( can have security header or cloudflare tls/ssl block but not clearance) for ex: sqlchat.ai / t3nsor.com Working and reversed another API on github - |
guys i found another link, this one is by a well known library owner LANGCHAIN this is a free hosted website of langchain's openGPT's which allows us to use gpt 3.5 for free with custom tools like search and all other stuff here is the link You can literally find the docs to reverse it here😂😂😂 @hlohaus please take a look |
chatglm.cn(a chinese phone number should be provided, I can help with this) |
ok no one suggested this before me which is weird |
https://groq.com/ |
I find a free claude 3 at yeschat.ai but it have cloudflare protection |
|
chat.cyming.top no login, gpt3.5, gemini, cloudflare(?) - I don't remember |
http://goody2.ai/chat (modified llama) |
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
suggest sdk.vercel.ai which provides google gemini pro and flash and gpt4o for free |
access free OpenAI api key (needs Github's OAuth authorization) with unofficial provider (OpenAI api compatible) with free unlimited gpt-3.5-turbo and limited gpt-4, (simple purshase for unlimited gpt-/4o/4-turbo/4/ and all Claude models) here: https://github.com/chatanywhere/GPT_API_free -✨you must check : 💬 ChatGPT Mirrors
source: https://github.com/LiLittleCat/awesome-free-chatgpt/blob/main/README_en.md |
Let's Build it together |
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
Closing due to inactivity. |
issue to suggest websites to reverse
sites to look out for:
current ones:
suggested by @localuser-isback
suggested by @phamxtien
suggested by @kwekewk
@localuser-isback
all sites in https://github.com/gitzboy/testremote
The text was updated successfully, but these errors were encountered: