Shift agent to iCalendar

Description This Python script automates retrieving work schedules from ShiftAgent, converting them into iCalendar format, and emailing the result. It uses web scraping to access the schedule, parses the data, generates an iCal file, and sends it via email. Technical Breakdown 1. Web Scraping with Playwright 2. HTML Parsing with Read more

Lan HTTPS Chat Room

This project implements a web-based chat application where users can connect, set their usernames, and exchange messages in real-time. The application utilizes Flask, a Python web framework, for server-side logic and routing, and SocketIO for bi-directional communication between the server and clients.