Warning of websites that knowingly or unknowingly spread fake news. The list of Slovak and Czech websites was originally created by activist and history teacher Juraj Smatana. The current list is based on https://konspiratori.sk/kriteria/en.
When you visit a site from this list you will see a message which asks you to use caution and common sense.
You have been warned :-)
Media:
- Slovak newspaper "Dennik N": http://goo.gl/R0h2rX
- Slovak news website "Tvnoviny.sk": http://goo.gl/BuVELL
- Slovak TV station "Markiza"
- Czech news website "Tiscali.cz": http://goo.gl/mT2izL
- Czech news website "Eurozpravy.cz": http://goo.gl/CFBLjP
- Install Python 3:
sudo apt install python3
- Install Python Setuptools:
sudo apt install python-setuptools
- Install PIP:
sudo apt install python3-pip
- Install oauth2client:
pip3 install oauth2client
- Install httplib2:
pip3 install httplib2
- Install NodeJS:
sudo apt install nodejs
- Install NPM:
sudo apt install npm
- Install Grunt:
sudo npm install -g grunt
- Go to https://console.developers.google.com/apis/credentials
- Create new OAuth Client ID
- Authorized JavaScript origins:
https://accounts.google.com
http://localhost:8080
- Authorized redirect URIs:
http://localhost:8080/
- Authorized JavaScript origins:
- Download JSON credentials to
refresh_publish/webstore_client_secret.json
cd refresh_publish
- After you execute
python3 build.py
OAuth flow will be initiated in which you have to confirm access to your Google account - In case last step was successful, new file will be created:
refresh_publish/oauth2.dat
which contains needed credentials
cd refresh_publish
python build.py
This command:
- updates 'extension/sites.js' file based on https://konspiratori.sk/static/lists/zoznam.txt
- Increases extension version number
- Uploads new extension version to the Webstore
- Updates GIT repository