https://github.com/openbb-finance/openbb-metricsv2
Fuels the OpenBB company public metrics
https://github.com/openbb-finance/openbb-metricsv2
metrics openbb website
Last synced: 2 months ago
JSON representation
Fuels the OpenBB company public metrics
- Host: GitHub
- URL: https://github.com/openbb-finance/openbb-metricsv2
- Owner: OpenBB-finance
- Created: 2024-04-15T17:14:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-09T00:24:47.000Z (3 months ago)
- Last Synced: 2025-09-09T02:43:53.649Z (3 months ago)
- Topics: metrics, openbb, website
- Language: Python
- Homepage: https://openbb.co/company/open
- Size: 5.67 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenBB Open Metrics
This is a simple implementation that collects metrics on OpenBB across several platforms such as
YouTube, Discord, PyPi, and more. The metrics are collected and stored in the `metrics.json` file.
This is currently running as a GitHub Action at minute 0 past every 12th hour.
To run the metrics collection, make sure you have the required dependencies installed by running:
```bash
pip install -r requirements.txt
```
You will also need to have a `.env` file in the root directory with the variables shown inside the `utilities/config.py` file.
Then, run the following command to collect the metrics:
```bash
python main.py
```