https://github.com/dataforgoodfr/climateguard
Detect misinformation
https://github.com/dataforgoodfr/climateguard
Last synced: 6 days ago
JSON representation
Detect misinformation
- Host: GitHub
- URL: https://github.com/dataforgoodfr/climateguard
- Owner: dataforgoodfr
- Created: 2024-09-12T13:42:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-15T18:09:00.000Z (about 2 months ago)
- Last Synced: 2026-01-14T05:59:28.435Z (20 days ago)
- Language: Python
- Homepage:
- Size: 108 MB
- Stars: 8
- Watchers: 7
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# climateguard
## label misinformation Jobs
You can find cron jobs inside the "jobs" folder.
## Legacy
### Install the repo
First install the scrapper dependencies, following the tutorial on the repo: https://github.com/codelucas/newspaper?tab=readme-ov-file#get-it-now
Only install the OS dependencies, as the package will be installed in a virtual env, below.
Install first the uv package:
```bash
pip install uv
```
Then install the repo:
```bash
uv venv
uv sync
```