Skip to content

davidjnevin/hexagonal-chat-cleaner

Repository files navigation

Chat Cleaner

A web app to clean the Zoom chat generated *.txt files of speakers names and datetime details.

If you do a lot of teaching using Zoom, you know that and after each class we save the chat and laboriously delete every second line to leave only the vocabulary shared during class. With the desktop app I built, Zoom Chat Fixer, I solved the problem for myself. This new version will be a web app and be built using hexagonal architecture and TDD.

The project is on going at the moment, and I'll share a link as soon as it's live.

This project is based on Shako Rzayev's hexagonal architecture repositories combined with Python Alicante's meetup selector repository for docker setup.