Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
/ goofy Public archive
forked from danielbuechele/goofy

Desktop client for Facebook Messenger

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ImmersiveX/goofy

 
 

Repository files navigation

Goofy

Goofy is a macOS client for Facebook Messenger. But unlike most other clients, it does not use any of Facebook's APIs, but is basically a single-site browser that injects a little CSS and JS into messenger.com to make it a little more app-like.

Feature requests and contributing

Feel free to create issues on this repo for feature requests of any kind. However, some features may not be possible due to the way this application is working. Also, I don't want this to be a feature bloated monster, but a slick and small app.

Depending on the number of contributors and the progress of this app, I will schedule releases from time to time, which will then be distributed on goofyapp.com and via Sparkle.

Building and debugging

Install all dependencies and run the app:

~$ npm i 
~$ ./node_modules/.bin/electron-rebuild
~$ npm start

The developer tools will open automatically when running in development mode. You can also toggle them from the menu View - Toggle Developer Tools or by using CMD + ALT + I.

About

Desktop client for Facebook Messenger

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.7%
  • HTML 24.9%
  • CSS 6.4%