Hands on Labs

ChatGPT – Basic HTML Autoblog

This project uses ChatGPT to automatically create blog posts and append them to the beginning of an HTML file. For HTML formatting we split the string response provided by ChatGPT on “\n” into a list, […]

Hands on Labs

ChatGPT – Summarize a Web Page

This lab shows you how to turn a web page into a variable value, pull the contents of the article in the post, and then submits this content to ChatGPT to ask for a summarization. […]