An open API service indexing awesome lists of open source software.

https://github.com/dataforgoodfr/climateguard

Detect misinformation
https://github.com/dataforgoodfr/climateguard

Last synced: 6 days ago
JSON representation

Detect misinformation

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
```