https://github.com/christopherpickering/opendoors_watchlist
https://github.com/christopherpickering/opendoors_watchlist
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christopherpickering/opendoors_watchlist
- Owner: christopherpickering
- License: mit
- Created: 2022-12-31T03:46:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T10:24:20.000Z (over 1 year ago)
- Last Synced: 2025-03-09T11:23:09.753Z (over 1 year ago)
- Language: Python
- Size: 621 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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