Cookies & Headers from Selenium

October 31, 2023 | Python - datawookie

One of my standard approaches to scraping content from a dynamic website is to diagnose the API behind the site and then use it to retrieve data directly. This means that I can make efficient HTTP requests using the requests package and I don’t need to worry about all ...
[...Read more...]

Custom OpenAI Chatbot Pt1: PDF scanning

October 30, 2023 | Mark Edney

Photo by Levart_Photographer on Unsplash Introduction I have recently completed a project at work, the creation of a custom ChatGPT chatbot. I will break the project into two parts, the first part will scan a folder of PDF files into a data...
[...Read more...]

Custom OpenAI Chatbot Pt1: PDF scanning

October 30, 2023 | Mark Edney

Photo by Levart_Photographer on Unsplash Introduction I have recently completed a project at work, the creation of a custom ChatGPT chatbot. I will break the project into two parts, the first part will scan a folder of PDF files into a data...
[...Read more...]
1 43 44 45 46 47 134