Rebuild exported WhatsApp chat from _chat.txt file
... These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Python3
A step by step series of examples that tell you how to get a development env running
pip install -r requirements.txt
...
This repository contains the Dockerfile and instructions for building and running the app using Docker.
You'll need to have Docker installed on your system. If you don't have it already, you can download and install Docker from the official website.
Use the following command in the root directory of the repository:
docker build --pull --rm -f "Dockerfile" -t rebuildwchat:latest "."
Use the following command:
docker run --rm -p <HOST_PORT>:<OTHER_PORT> rebuildwchat
use this one if you need to change default 5000 port in Flask
docker run --rm -e FLASK_HOST_PORT=<port> -p <HOST_PORT>:<OTHER_PORT> rebuildwchat
Please read CONTRIBUTING.md for details about the process for submitting pull requests to us and CODE_OF_CONDUCT.md for details on our code of conduct.
cooming soon
- Vincenzo Ingrosso - Initial work - slackarea
- Giampiero Giacalone - Initial work - gi4mp
- Vito Monteleone - Initial work - Monteleone
- Francesco Avantaggiato - Improvements - francescoavant
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc