https://github.com/kilian/messenger-demo-viewer
Demo Facebook Messenger (bot) interactions without showing personal chats.
https://github.com/kilian/messenger-demo-viewer
bot desktop desktop-app electron messenger messenger-platform
Last synced: 7 months ago
JSON representation
Demo Facebook Messenger (bot) interactions without showing personal chats.
- Host: GitHub
- URL: https://github.com/kilian/messenger-demo-viewer
- Owner: Kilian
- Created: 2017-02-12T13:45:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T08:37:38.000Z (about 5 years ago)
- Last Synced: 2025-03-19T07:33:43.256Z (7 months ago)
- Topics: bot, desktop, desktop-app, electron, messenger, messenger-platform
- Language: JavaScript
- Homepage: https://messenger-demo-viewer.kilianvalkhof.com
- Size: 194 KB
- Stars: 23
- Watchers: 6
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Made by [@kilianvalkhof](https://twitter.com/kilianvalkhof)
#### Other projects:
- 💻 [Polypane](https://polypane.app) - Develop responsive websites and apps twice as fast on multiple screens at once
- 🖌️ [Superposition](https://superposition.design) - Kickstart your design system by extracting design tokens from your website
- 🗒️ [FromScratch](https://fromscratch.rocks) - A smart but simple autosaving scratchpad---
# Messenger Demo Viewer
Demo Facebook Messenger (bot) interactions without showing personal chats. Hides the sidebar automatically.## Usage
By default the sidebar is hidden. Press `Ctrl + b` or `Cmd + b` or the menu to toggle it on and off. Use Messenger like you normally do.## Installation
Recent downloads for macOS, Windows and Linux available on [the website](https://messenger-demo-viewer.kilianvalkhof.com) or [the releases page on Github](https://github.com/kilian/messenger-demo-viewer/releases)### Development
```sh
git clone https://github.com/Kilian/messenger-demo-viewer.git
cd messenger-demo-viewer
npm install
```To run development version:
```
npm run dev
```### Build your own executables
To create packaged excecutables for all platforms:
```
npm run package
```
To create an installer:
```sh
# for windows (exe)
npm run dist:win# for mac (dmg) only available on mac.
npm run dist:mac# for linux (deb and tar)
npm run dist:lin
```### License
Messenger demo viewer is licensed under ISC. It is not affiliated with Facebook or Messenger.