# MA-D 2023 - WhatsApp Conversation Parser
Parses a whatsapp conversation export into an array of messages in the form of:
```json
{
"timestamp": "15/3/23 23:23",
"author": "Jane Doe",
"message": "Hello world!"
}
```
## Build
```bash
python3 setup.py sdist bdist_wheel
```
## Publish
```bash
twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": "https://github.com/dobrescu/mad-whatsapp",
"name": "mad-whatsapp",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "parse whatsapp conversations",
"author": "Dan Dobrescu",
"author_email": "d4n.dobrescu@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/26/99/b86dd572387a351d104e77e8138af9049e1bda67701ea51925fe76cbddb4/mad_whatsapp-0.6.tar.gz",
"platform": null,
"description": "# MA-D 2023 - WhatsApp Conversation Parser\nParses a whatsapp conversation export into an array of messages in the form of:\n\n```json\n{\n \"timestamp\": \"15/3/23 23:23\",\n \"author\": \"Jane Doe\",\n \"message\": \"Hello world!\"\n}\n```\n\n## Build\n\n```bash\npython3 setup.py sdist bdist_wheel\n```\n\n## Publish\n\n```bash\ntwine upload dist/*\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Parses Whatsapp conversations",
"version": "0.6",
"project_urls": {
"Homepage": "https://github.com/dobrescu/mad-whatsapp"
},
"split_keywords": [
"parse",
"whatsapp",
"conversations"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6fdc1d24364b1ef1507b2b03679f3f63278ae438edf8b459b14e9623196faf7c",
"md5": "30a2725a41c2430764517d7f631d088f",
"sha256": "f845864ffdc5c938f998a0dd2035bc49d28e5ff3ff22f854e7e2461928a654db"
},
"downloads": -1,
"filename": "mad_whatsapp-0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "30a2725a41c2430764517d7f631d088f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3616,
"upload_time": "2024-04-14T09:58:31",
"upload_time_iso_8601": "2024-04-14T09:58:31.069719Z",
"url": "https://files.pythonhosted.org/packages/6f/dc/1d24364b1ef1507b2b03679f3f63278ae438edf8b459b14e9623196faf7c/mad_whatsapp-0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2699b86dd572387a351d104e77e8138af9049e1bda67701ea51925fe76cbddb4",
"md5": "40f0b742b5a558c8adde526f781b625d",
"sha256": "bbaa854c85c6bd5bd2236e4fa459c524b9320b1b6dcf5496a3087e66477fa28e"
},
"downloads": -1,
"filename": "mad_whatsapp-0.6.tar.gz",
"has_sig": false,
"md5_digest": "40f0b742b5a558c8adde526f781b625d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3258,
"upload_time": "2024-04-14T09:58:32",
"upload_time_iso_8601": "2024-04-14T09:58:32.322694Z",
"url": "https://files.pythonhosted.org/packages/26/99/b86dd572387a351d104e77e8138af9049e1bda67701ea51925fe76cbddb4/mad_whatsapp-0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-14 09:58:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dobrescu",
"github_project": "mad-whatsapp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "mad-whatsapp"
}