https://github.com/rickstaa/get-livepeer-ai-stats
Some simple python script to get stats about the Livepeer AI subnet.
https://github.com/rickstaa/get-livepeer-ai-stats
Last synced: 3 months ago
JSON representation
Some simple python script to get stats about the Livepeer AI subnet.
- Host: GitHub
- URL: https://github.com/rickstaa/get-livepeer-ai-stats
- Owner: rickstaa
- Created: 2024-05-03T22:51:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T10:31:53.000Z (about 1 year ago)
- Last Synced: 2025-08-26T02:50:52.942Z (10 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Livepeer AI Subnet Statistics
This repository contains Python scripts for retrieving statistics about the Livepeer AI subnet.
## Scripts
- `get_ai_orchs.py`: Retrieves the number of orchestrators in the AI subnet.
## Setup and Usage
1. Rename the `.env.template` file to `.env`.
2. Update the `.env` file with the appropriate values for your environment.
3. Install the required Python packages using pip:
```bash
pip install -r requirements.txt
```
4. Run one of the scripts. For example:
```bash
python get_ai_fees.py
```
5. The script will display the statistics in the console. Some scripts also save the results to a file in the `output` directory.