https://github.com/emmaarfelt/postparrot
PostParrot will auto-reply to messages on Facebook
https://github.com/emmaarfelt/postparrot
facebook facebook-chat-api fb-messenger messenger
Last synced: over 1 year ago
JSON representation
PostParrot will auto-reply to messages on Facebook
- Host: GitHub
- URL: https://github.com/emmaarfelt/postparrot
- Owner: emmaarfelt
- Created: 2018-01-07T18:29:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T15:46:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T16:55:56.335Z (over 1 year ago)
- Topics: facebook, facebook-chat-api, fb-messenger, messenger
- Language: CSS
- Homepage:
- Size: 335 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostParrot
My first attempt at a desktop application using Electron. Written in JavaScript, and apparently a lot of CSS according to GitHub.
PostParrot can auto-reply to messages on Facebook. You can customise reply text, create a whitelist and setup group message settings. The service runs as long as you let it and keep your laptop turned on (sleep is OK).
## Screenshots





## Installing
Download the latest copy on the [Releases page](https://github.com/emmaarfelt/PostParrot/releases). Available for MacOS and Windows.
## License
This project is licensed under the MIT License.
### Acknowledgments
* A lot of lovely parrots where found at [codepen](https://codepen.io).
* This would not be possible without both [facebook-chat-api](https://github.com/Schmavery/facebook-chat-api/) and [fb-messenger-autoreply](https://github.com/rphi/fb-messenger-autoreply/). Thank you!