Saturday, January 17, 2026

Sifu Chat Part 2


This is a second post regarding tests of using Sifu Chat to create chatbots. One can generate chat bots based on your own data. And one can post the chat into other chats. In my case I chose to use the free tier. I get one chatbot and only up to 400,000 KB of sources. 


At first I did not realize that I did not have enough space to use the data from my blog so right now my chatbot only includes may resume. You can test it above. But before I realized how little source memory I actually have, I decided to try to find out how to web scrape data from my blog and then upload the data for the chatbot when I want to upgrade my bot. I used Claude to make two apps. The first is a web app that allows me to select a web page (only tested on blogger.com pages) and download the data in the posts according to year in XML files. I call it Blogger-Scraper.

The second app, is a Windows program that given a folder of XML files converts the files into PDF files into a folder where the program is installed. 

If you are interested in any of the apps, please let me know. The Blogger-Scraper program is a React program. 

No comments:

Post a Comment