An open API service indexing awesome lists of open source software.

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

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
![alt text](http://emmaarfelt.com/img/login.png)
![alt text](http://emmaarfelt.com/img/start.png)
![alt text](http://emmaarfelt.com/img/menu.png)
![alt text](http://emmaarfelt.com/img/replying.png)
![alt text](http://emmaarfelt.com/img/settings.png)

## 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!