
Hi, i would like to use the chat gpt integration in a project to act as a one time, specific, web scraper. The aim is to, (1.) insert a prompt using the function in appwrite (using cloud services not self hosting), to search 1 website and take information about a product using a product code to gain information on its [brand/type]. (2.1.) then use this information to auto fill a page requiring these two specific things within an app using react native and appwrite. (2.2.) store this information into a collection for future ref so that the function doesn't need to be called again until asked. (understanding that chat gpt ext can only scrape specifics )
user input: x gpt output: y,z store: x,y,z
would i be able to; A: use this in a mobile app on the react native sdk, B: use the chat gpt integration in this manner, (using this until i build a web scraper). C: save the response from chat gpt prompt into a collection as normal (without much manipulation).
thank you for your help. i have researched about the pricing and set up but new to coding in general and need a bit of guidence. Max.
Recommended threads
- Struggling with Sessions
Understanding check: createAnonymousSession() registers the session with the backend setSession() creates a cookie on the user’s computer(?) getSession(‘curr...
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
- How to set wildcard at custom doamin
For OAuth2 redirect, I have set the appwrite api endpoint as appwrite.example.com, and added the CANME in cloudfare where I bought the domain name. And I hosted...
