Skip to content

Cliente para whatsapp usando su servicio whatsappweb (pruebas en go!)

Notifications You must be signed in to change notification settings

katmai1/whatsapp-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whatsapp-desktop

Cliente para whatsapp usando su servicio whatsappweb.

libreria del ui

https://github.com/zserge/webview

Compilación

Linux

$ go build -o webview-example && ./webview-example

MacOS uses app bundles for GUI apps

$ mkdir -p example.app/Contents/MacOS $ go build -o example.app/Contents/MacOS/example $ open example.app # Or click on the app in Finder

Windows requires special linker flags for GUI apps.

It's also recommended to use TDM-GCC-64 compiler for CGo.

$ go build -ldflags="-H windowsgui" -o webview-example.exe

About

Cliente para whatsapp usando su servicio whatsappweb (pruebas en go!)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages