connorjarrett.com/projects/chatbot.html

Chatbot

2023

In early 2023, I experiment with a basic Chatbot that could use Google results and scrape websites to find information all inside an Apple Messages-esque GUI.

I used the Google Search Results API to get web search results for the user's query. Then, it'd check those results for useful sites like Wikipedia, YouTube, GitHub, IMDB, etc to match with a bunch of custom made integrations for those services.

It could read headlines and extract videos and images from news sites, give movie credits and soundtracks, or show entire Wikipedia articles.

Useful Links