This projects build an application capable of analyzing a Chat Export from WhatsApp and get interesting insights.
-
I recently added the Hall of Fame feature which allows users to see who has the most messages with a given keyword.
-
I recently added the exact match feature, so now users can look for messages containg the exact word they are looking for.
-
I recently added s3 bucket upload, and ingestion from ETL pipeline.
Open as a devcontainer with Visual Studio Code.
Run the following command inside the devcontainer.
flask run
Pre-commit is already part of this project dependencies. If you would like to installed it as standalone run:
pip install pre-commit
To activate pre-commit run the following commands:
- Install Git hooks:
pre-commit install
- Update current hooks:
pre-commit autoupdate
To test your installation of pre-commit run:
pre-commit run --all-files