https://github.com/ccnmtl/blackrock_fetcher
data fetcher and processor for Blackrock forest
https://github.com/ccnmtl/blackrock_fetcher
Last synced: about 2 months ago
JSON representation
data fetcher and processor for Blackrock forest
- Host: GitHub
- URL: https://github.com/ccnmtl/blackrock_fetcher
- Owner: ccnmtl
- License: gpl-2.0
- Created: 2016-07-29T19:30:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T13:19:54.000Z (2 months ago)
- Last Synced: 2025-03-31T14:01:39.161Z (2 months ago)
- Language: Python
- Size: 3.3 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blackrock_fetcher [](https://github.com/ccnmtl/plexus/actions)
data fetcher and processor for Blackrock forest### Python compatibility
This fetcher script was originally written to be compatible with
Python 2.6, since that's what was available on cunix at the time.
This script is now deployed using pyenv on cunix, so we no longer have
the Python 2.6 limitation.Here's how to create a virtualenv for the blackrock fetcher and set
everything up for the cron job:```
pyenv local 3.6.9
python -m venv ve
./ve/bin/pip install -r requirements.txt
```