Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danesherbs/factcheck
Search leading academics' opinions on issues.
https://github.com/danesherbs/factcheck
fact-checking flask search-engine
Last synced: 4 days ago
JSON representation
Search leading academics' opinions on issues.
- Host: GitHub
- URL: https://github.com/danesherbs/factcheck
- Owner: danesherbs
- Created: 2020-01-05T10:37:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:00:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-21T06:14:59.398Z (7 months ago)
- Topics: fact-checking, flask, search-engine
- Language: Python
- Homepage: https://fact-check.herokuapp.com/
- Size: 58.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FactCheck
FactCheck is like Google, but it only shows you articles mentioning experts. Powered by [Microsoft Academic API](https://www.microsoft.com/en-us/research/project/academic-knowledge/).
## Setup
Subscribe to [Project Academic Knowledge](https://msr-apis.portal.azure-api.net/products/project-academic-knowledge) and set the environment variable `MICROSOFT_ACADEMIC_API_KEY`.
As usual, install `requirements.txt`. Then run the app with
```bash
python app.py
```