Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
/ bono-marzo-whatsapp Public archive

Consulta si eres beneficiado del Aporte Familiar Permanente (Bono Marzo) vía WhatsApp

License

Notifications You must be signed in to change notification settings

jlobos/bono-marzo-whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consulta si eres beneficiado del Aporte Familiar Permanente (Bono Marzo) vía WhatsApp

Envíanos un mensaje a alguno de estos números:

número estado
+569 4543 4071

Instalación

$ git clone https://github.com/jlobos27/bono-marzo-whatsapp.git
$ cd bono-marzo-whatsapp
$ virtualenv -p /usr/bin/python2.7 ./python_modules
$ source python_modules/bin/activate
$ pip install -r requirements.txt
$ deactivate
$ npm install

Preparación, crear archivos de configuración

  • config.json
{
  "connect": "mongodb://localhost/bono-marzo",
  "collection1": "replies",
  "collection2": "logs"
}
  • src-python/config.py
cc='56'
phone='569...'
password=''

Arrancar 😋

$ npm start

Registrar número de WhatsApp

Mobile country code

$ ./python_modules/bin/yowsup-cli registration --requestcode sms --phone 569xxxxxxxx --cc 56 --mcc 730 --mnc 03
$ ./python_modules/bin/yowsup-cli registration --register xxx-xxx --phone 569xxxxxxx --cc 56

About

Consulta si eres beneficiado del Aporte Familiar Permanente (Bono Marzo) vía WhatsApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published