fake-news-detector / api

API for saving news flagging by the users
https://fake-news-detector-api.herokuapp.com/
8 stars 1 forks source link

Integrate with B.S. Detector #27

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

The B.S. Detector is a browser extension for fighting fake news/biased/click bait. It works by simply having an open-source list of all the bad domains:

https://github.com/bs-detector/bs-detector/blob/dev/ext/data/data.json

We could integrate that list on the fake news detector.

rogeriochaves commented 6 years ago

This issue was moved to fake-news-detector/fake-news-detector#13