A Facebook content filter desktop app. Filters the Facebook feed list given a set of keywords of your interest
# clone repo
$ git clone https://github.com/lexmartinez/facebook-noise-filter
# change directory to cloned app
$ cd facebook-noise-filter
# install the dependencies with npm
$ npm install
# start the server
$ npm start
Stay away of non interest content on your Facebook feed!, facebook-noise-filter
scrape your Facebook feed and filter all post of your interest given a set of keywords.
What you need to run this app:
node
andnpm
(Use NVM)- Ensure you're running Node (
v7.x.x
+) and NPM (4.x.x
+)
Using the electron-packager
setup, we can use the following commands to build our application according the O.S
# macOS Build
$ npm run build:mac
# Linux Build
$ npm run build:linux
# Windows Build
$ npm run build:win
You can now go to /release-builds
and enjoy your application!
Feel completely free of contribute to this project, just contact me and we can improve this app together
This project is licensed under MIT License - see the LICENSE.md file for details