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

https://github.com/christopherpickering/opendoors_watchlist


https://github.com/christopherpickering/opendoors_watchlist

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Open Doors Persecution Watchlist

Converts the [Open Doors persecution watchlist](https://www.opendoorsusa.org/christian-persecution/world-watch-list/) into a json data structure.

## Data

* [Latest JSON File](https://www.github.com/christopherpickering/opendoors_watchlist/tree/build/opendoors_watchlist.json) - approx 150 kB - updated monthly
* [Latest JSON File (gzip)](https://www.github.com/christopherpickering/opendoors_watchlist/tree/build/opendoors_watchlist.json.gz) - approx 50 kB - updated monthly

## Building your own file

* clone this repository
* install deps with `poetry install`
* run `poetry run python watchlist.py`

A json file called `opendoors_watchlist.json` will appear.

## License

MIT - see LICENSE