Skip to content

pkage/fn-detect

Repository files navigation

to get started:

$ git clone https://github.com/quadnix/fn-detect
$ virtualenv env_fndetect -p python3
$ source env_fndetect/bin/activate
$ make install-deps-venv

get twitter api keys and make a file twitter_config.json containing:

{
	"consumer_key": "xxxxx",
	"consumer_secret: "xxxxx",
	"access_token_key": "xxxxx",
	"access_token_secret": "xxxxx"
}

and get mashape api keys as well, placing them into mashape.json:

{
	"mashape": "xxxxx"
}

Finally:

$ make run

to run the web client

About

fake news detector for hacktheburgh 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •