Checks reliability of sites
Project description
This program was created in order to help distinguish fake news/clickbait article from reliable one. It is based on:
- blacklist sites which have poor reputation
- title expressions generally considered as clickbaits
- opinion expressions, which is non-neutral and creates a special view on issue
It won't clearly show you forbidden sites, but as a result it returns top websites links with indexes of untrust.
Indexes starts at 0 which means that in the article was not found any suspected expressions.
The higher returned index is, the more untrusted site it is. You should think twice before you click on them.
## How to use
1. Run python and then:
>>> from post_truth_checker import main
>>> main.run('expression')
where <expression> is a phrase you want to test out. The phrase have to be in quotation signs.
- blacklist sites which have poor reputation
- title expressions generally considered as clickbaits
- opinion expressions, which is non-neutral and creates a special view on issue
It won't clearly show you forbidden sites, but as a result it returns top websites links with indexes of untrust.
Indexes starts at 0 which means that in the article was not found any suspected expressions.
The higher returned index is, the more untrusted site it is. You should think twice before you click on them.
## How to use
1. Run python and then:
>>> from post_truth_checker import main
>>> main.run('expression')
where <expression> is a phrase you want to test out. The phrase have to be in quotation signs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
post_truth_checker-0.2.tar.gz
(12.4 kB
view details)
File details
Details for the file post_truth_checker-0.2.tar.gz
.
File metadata
- Download URL: post_truth_checker-0.2.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89fcc337b592e239e3c031b9fafa49419644b9e82e94b969ea2f86b73d801b41 |
|
MD5 | 0618aff3b43b03227802e398e304fba3 |
|
BLAKE2b-256 | e1f2639495773b81e96976854a51fc0fe262bdb604c3781d7930e8e6470800a7 |