https://github.com/fpierre/talk_doser
https://github.com/fpierre/talk_doser
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpierre/talk_doser
- Owner: FPierre
- Created: 2017-05-27T20:44:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T07:58:34.000Z (over 2 years ago)
- Last Synced: 2025-06-05T08:23:04.027Z (10 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk doser
> Note: currently in Proof of Concept state.
* Extract data from talking between people.
* Following the Whatsapp text formatting: dd/mm/YYYY, h:m - person_pseudo blah blah blah
## Setup
Export Whatsapp talking.
Import Whatsapp talking file at the project root.
Create `secrets.json` file, following this schema:
```json
{
"file": "./talking-file-name.txt",
"people": [
{
"pseudo": "person 1",
"display": "Person 1"
},
{
"pseudo": "person 2",
"display": "Person 2"
}
]
}
```
Run the main script:
```bash
$ python3.6 doser.py
```