Metadata-Version: 2.1
Name: telliot_feed_examples
Version: 0.0.9
Summary: Contains examples and plugins for reporting to the TellorX Oracle.
Home-page: https://github.com/tellor-io/telliot-feed-examples
Author: Tellor Development Community
Author-email: info@tellor.io
License: MIT
Keywords: oracle,etherium,blockchain
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: System :: Networking
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Telliot Feed Examples

## Project documentation:

- [Telliot Feed Examples](https://tellor-io.github.io/telliot-feed-examples/)

## Installation and Configuration:

- [Getting Started](https://tellor-io.github.io/telliot-feed-examples/getting-started/)

## Usage:

- [Usage](https://tellor-io.github.io/telliot-feed-examples/usage/)

## Examples

### Report legacy ID 41 once

1. Report using the CLI:
    ```
    telliot-examples --no-flashbots report -lid 41 --submit-once
    ```
2. Enter value when prompted.

### Report legacy ID 1 every 12 hours

1. Report using the CLI:
    ```
    telliot-examples report --legacy-id 1
    ```


