Inspiration

The inspiration was my previous hackathon at HackDavis, when I realized it was much harder to grab just the ingredients from a recipe website using a webscraper, since the html format is so vastly different across different platforms. I wanted an easy way to grab certain bits of information from any website.

What it does

You can give PromptScrapr a url and a prompt, and it will return a chatGPT generated response based off of the source and prompt you provided it.

How we built it

I used Node.js for the backend, React for the frontend, and of course OpenAI's API to generate the responses. I used davinci.

Challenges we ran into

For the longest time I couldn't get my post request to work and it turned out to be a really small bug.

Accomplishments that we're proud of

It's my first time working with AI and OpenAi's api and stuff so I'm just glad I got it to work.

What we learned

I learned how to use OpenAi's api.

What's next for PromptScrapr

I'll see if I can make the full prompt better so that the returned responses are even better. Another things is to allow for even more tokens to e inputted at once (combine multiple requests into 1)

Share this project:

Updates