A program to help detect so called "fake news" and ease the work of journalists.
For this program to work, you need :
- xvfb, a virtual framebuffer for X server (sudo apt install xvfb)
- A compatible browser : Firefox (recommended) or Chrome
- The following python libraries. Install them with your favourite python libraries (pip, conda,...):
- selenium
- PyVirtualDisplay
- pyxvfb
- tkinter
- datetime and dateutils
- functools
- numpy
- beautiful soup Most of those are generaly included by default in python distributions (anaconda,...) though.