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

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.

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.