项目作者: lexmartinez

项目描述 :
:fishing_pole_and_fish: A Facebook content filter desktop app. Filters the Facebook feed list given a set of keywords of your interest
高级语言: JavaScript
项目地址: git://github.com/lexmartinez/facebook-noise-filter.git
创建时间: 2017-12-21T22:13:46Z
项目社区:https://github.com/lexmartinez/facebook-noise-filter

开源协议:MIT License

下载


:fishing_pole_and_fish: Facebook Noise Filter

A Facebook content filter desktop app. Filters the Facebook feed list given a set of keywords of your interest

Quick start

  1. # clone repo
  2. $ git clone https://github.com/lexmartinez/facebook-noise-filter
  3. # change directory to cloned app
  4. $ cd facebook-noise-filter
  5. # install the dependencies with npm
  6. $ npm install
  7. # start the server
  8. $ npm start

Introduction

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.

Dependencies

What you need to run this app:

  • node and npm (Use NVM)
  • Ensure you’re running Node (v7.x.x+) and NPM (4.x.x+)

Packaging

Using the electron-packager setup, we can use the following commands to build our application according the O.S

  1. # macOS Build
  2. $ npm run build:mac
  3. # Linux Build
  4. $ npm run build:linux
  5. # Windows Build
  6. $ npm run build:win

You can now go to /release-builds and enjoy your application!

Screenshots

Contribute

Feel completely free of contribute to this project, just contact me and we can improve this app together

License

This project is licensed under MIT License - see the LICENSE.md file for details