Skip to content

A facebook messenger bot that helps people find out if a site is known for fake news and if an article is fake.

Notifications You must be signed in to change notification settings

cristiandan/fakenewsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake news bot

A facebook messenger bot that helps people find out if a site is known for fake news and if an article is fake.

Get Started

Initial Setup

  • Install node.
  • Install Serverless framework. npm install -g serverless

Clone the repo

git clone https://github.com/cristiandan/fakenewsbot.git

Configure project

Create a sensitive.yml file with the following:

pageAcessToken: <PAGE_ACCESS_TOKEN>
verifyToken: <VERIFY_TOKEN> 

The PAGE_ACCESS_TOKEN is the token you get from Facebook when subscribing the app to a page. The VERIFY_TOKEN is the token you set to verify that the endpoint works in Facebook app settings.

Configure serverless

You can find more here.

To deploy

npm run depoloy

About

A facebook messenger bot that helps people find out if a site is known for fake news and if an article is fake.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published