Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntaraujo/cleo
Contact data processor for Cléo
https://github.com/ntaraujo/cleo
contacts-manager data-analysis data-visualization whatsapp whatsapp-web
Last synced: 24 days ago
JSON representation
Contact data processor for Cléo
- Host: GitHub
- URL: https://github.com/ntaraujo/cleo
- Owner: ntaraujo
- License: mit
- Created: 2021-02-01T23:57:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T15:47:29.000Z (about 2 years ago)
- Last Synced: 2024-11-29T03:24:52.084Z (3 months ago)
- Topics: contacts-manager, data-analysis, data-visualization, whatsapp, whatsapp-web
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contact data processor for Cléo
This is a simple python project which helped the company Cléo with their whatsapp contacts.It organize the data in a common google contact csv, doing the following:
* Identify women (the target audience) by analysing the Brazil's data about names and respective genres
* Identify the probably main name of the person, walking through the words saved as the contact
* Exclude contacts without name or number
* Exclude contacts from state other than São Paulo (looking DDD's)
* Exclude contacts from country other than Brazil (looking DDI's)
* Exclude contacts which numbers cannot be a mobile phone
* Apply filters to let pass a contact or block it
* Assume a DDD and a DDI to contacts which gave not it
* Assume 8 digits numbers are old mobile phone numbers, and add a 9 to it
* Remove old telephony operator flags as '041', '015'
* Fix wrong DDD as '011' instead of '11'
* Exclude duplicates
* Uniforms the phone numbers
* Export the data to a csv file to be used after
Then, was possible to use "WhatsWeb" chrome extension and send important messages automatically