Skip to main content

Tutorial nbdev

Project description

Análisis de texto

Análisis de un grupo de WhatsApp basado en el artículo Whatsapp Group Chat Analysis using Python and Plotly publicado por Saiteja Kura

%load_ext autoreload
%autoreload 2
The autoreload extension is already loaded. To reload it, use:
  %reload_ext autoreload

This file will become your README and also the index of your documentation.

Install

pip install hola_nbdev2

How to use

Algunos ejemplos

startsWithDateAndTime

Verifica si la el texto inicia con fecha y hora

x = '01/10/18 19:18 - Señora 5: Claudia, puedes reenviar los paquetes, por favor? 🙏🏼 Aún no estaba en el grupo'
startsWithDateAndTime(x)
True

startsWithDateAndTime

Encuentra al autor del mensaje si está en alguno de estos formatos

  • Nombre
  • Nombre y apellido
  • Nombre + 2 apellidos
  • Número telefónico (México)
  • Nombre y emoji
  • Nombre genérico
y = x.split(' - ')
y
print(FindAuthor(y[1]))
True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nbdev_whatsapp-0.0.1.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

nbdev_whatsapp-0.0.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page