Skip to content

Beautiful Facebook Messenger desktop app using Electron

Notifications You must be signed in to change notification settings

urbanguac/custom-messenger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Messenger

A fully featured Facebook Messenger desktop app, beautifully and minimally made with Electron.

Fapkin Preview

Fapkin Preview

I want to Use

Executables coming soon. If you're electron-friendly, please feel free to build and upload executables to this repo!

Bindings/Shortcuts

All keybindings start with Ctrl.

Ctrl Q will close the window, but not the app.

Right-clicking the tray icon closes the app.

Clicking the tray icon launches the app.

Ctrl Backspace goes back one page in history, aka to previous conversation.

Ctrl M minimizes the window.

Ctrl Shift F sets the app to fullscreen.

Ctrl Y centers the app.

Ctrl Tab toggles the conversation list.

Ctrl Shift I toggles Developer Tools.

I want to Develop

Requirements

  • Electron (npm install electron --save-dev --save-exact --global, global so we can use the electron CLI)
  • Electron Local Shortcut and some other plugins (npm i in this repo will do it)

Electron Install not working?

Try npm i and then install electron

I have Electron, Quick Start?

electron .

Quick Theming

Change the constant colors at the top of main.js for quick theming.

How do I package this?

You need electron-packager. To install look at https://github.com/electron-userland/electron-packager

electron-packager . <name>

We've been using Fapkin as the name to keep things organized.

Go to the folder named Fapkin and paste here the messenger.ico, then run FapkinChat.exe

About

Beautiful Facebook Messenger desktop app using Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%