https://github.com/davidjnevin/hexagonal-chat-cleaner
A Zoom chat cleaner web app - hexagonal architecture
https://github.com/davidjnevin/hexagonal-chat-cleaner
Last synced: 4 months ago
JSON representation
A Zoom chat cleaner web app - hexagonal architecture
- Host: GitHub
- URL: https://github.com/davidjnevin/hexagonal-chat-cleaner
- Owner: davidjnevin
- License: mit
- Created: 2024-01-26T01:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:41:31.000Z (5 months ago)
- Last Synced: 2025-01-31T11:30:34.215Z (5 months ago)
- Language: Python
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/davidjnevin/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](https://github.com/ShahriyarR) hexagonal architecture repositories combined with [Python Alicante's](https://github.com/pythonalicante) meetup selector repository for docker setup.