All Projects â†’ anantdgoel â†’ Projectfib

anantdgoel / Projectfib

Licence: osl-3.0
Chrome extension to flag fake news on Facebook. Built at HackPrinceton '16

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Projectfib

Shrinktome
📘Shrink facebook by 5% every 10th second. You're welcome!
Stars: ✭ 15 (-97.98%)
Mutual labels:  facebook, chrome-extension
Facebook adblock
An open-source Ad Blocker for Facebookâ„¢
Stars: ✭ 118 (-84.08%)
Mutual labels:  facebook, chrome-extension
Darkness
Dark Themes for Popular Websites
Stars: ✭ 467 (-36.98%)
Mutual labels:  facebook, chrome-extension
Gem
💎 GUI for Data Modeling with Elasticsearch
Stars: ✭ 654 (-11.74%)
Mutual labels:  chrome-extension
React Facebook
Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post
Stars: ✭ 661 (-10.8%)
Mutual labels:  facebook
Backbone Debugger
Chrome Developer Tools extension for debugging Backbone.js applications
Stars: ✭ 702 (-5.26%)
Mutual labels:  chrome-extension
Dirac
A Chrome DevTools fork for ClojureScript developers
Stars: ✭ 732 (-1.21%)
Mutual labels:  chrome-extension
Mmra
Make Medium Readable Again — a browser extension
Stars: ✭ 625 (-15.65%)
Mutual labels:  chrome-extension
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+821.32%)
Mutual labels:  facebook
Vimium C
A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
Stars: ✭ 691 (-6.75%)
Mutual labels:  chrome-extension
Simplicity
A simple way to implement Facebook and Google login in your iOS apps.
Stars: ✭ 683 (-7.83%)
Mutual labels:  facebook
Fbi
Facebook Information
Stars: ✭ 660 (-10.93%)
Mutual labels:  facebook
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (-4.18%)
Mutual labels:  facebook
System design
Preparation links and resources for system design questions
Stars: ✭ 7,170 (+867.61%)
Mutual labels:  facebook
Raspberrycast
📺 Transform your Raspberry Pi into a streaming device. Videos can be sent from mobile devices or computers (Chrome extension).
Stars: ✭ 726 (-2.02%)
Mutual labels:  chrome-extension
Sourcekitforsafari
SourceKit for Safari is a Safari extension for GitHub, that enables Xcode features like go to definition, find references, or documentation on hover.
Stars: ✭ 641 (-13.5%)
Mutual labels:  chrome-extension
Caprine
Elegant Facebook Messenger desktop app
Stars: ✭ 6,170 (+732.66%)
Mutual labels:  facebook
Restfb
RestFB is a simple and flexible Facebook Graph API client written in Java.
Stars: ✭ 681 (-8.1%)
Mutual labels:  facebook
Mouse Dictionary
📘A super fast dictionary for Chrome/Firefox
Stars: ✭ 670 (-9.58%)
Mutual labels:  chrome-extension
Odh
A chrome extension to show online dictionary content.
Stars: ✭ 695 (-6.21%)
Mutual labels:  chrome-extension

Disclaimer: This project is not under active development anymore

Project Fib

In the current media landscape, control over distribution has become almost as important as the actual creation of content, and that has given Facebook a huge amount of power. The impact that Facebook newsfeed has in the formation of opinions in the real world is so huge that it potentially affected the 2016 election decisions, however these newsfeed were not completely accurate. Our solution? FiB because with 1.5 Billion Users, Every Single Tweak in an Algorithm Can Make a Change, and we don't stop at just one.

Installation

The easy way

Go to the chrome web store and add our extension to your browser

The harder way

(For those who want the latest features)
  1. Download "extension" folder from our repository
  2. Then go to your extensions page, check the box 'Developer Mode'
  3. Click "Load unpacked extension..."
  4. Find the extension where you downloaded it and select it
  5. The extension should be added now
Backend Server Docker Container

To build the backend python server locally to use with the extension, this repository includes backend/Dockerfile.

Build the Docker image

cd backend/
docker build -t hackprincetonf16 .

Run the Docker container locally on port 5000

docker run -it --rm -p 5000:5000 hackprincetonf16

Update var server in extension/myScript.js to http://localhost:5000 before installing the extension manually.

About us

This project is still under development (a lot of work is required and is also being put in). All of us are Univeristy students trying to help solve a problem social media faces. As university we may sometimes take a while to fix issues or approve pull request, please bear with us. We are always on the lookout for sponsors for this project as we are non-profit and need money to run our servers and cover our API costs.

Contributing to this project

We love contributors. We are open source and every contribution helps. Please read CONTRIBUTE.md for how to contribute to our project.

Licensing

This project is protected under Open Software License 3.0

Please read License.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].