Metadata-Version: 2.1
Name: alertg
Version: 1.0.1
Summary: UNKNOWN
Home-page: https://github.com/ayuk977/alertg
Author: Zackzonexx
Author-email: ayuk977@gmail.com
License: MIT
Project-URL: Source, https://github.com/ayuk977/alertg
Keywords: alertg
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Requires-Dist: dmacheck
Requires-Dist: opsgenie-sdk
Requires-Dist: requests
Requires-Dist: urllib3

# Ethereum Gas Alert Module

This module continuously checks the Ethereum gas price and sends alerts to Opsgenie when the gas price is below 20 Gwei.

## Installation

To use this module, you need to install the required dependencies listed in `requirements.txt`. You can install them using pip:

```bash
pip install -r requirements.txt
```

## Usage

Obtain your Opsgenie API key and Etherscan API key.
Run the module with the necessary arguments:

```bash
python app.py --opsgenie-api-key YOUR_OPSGENIE_API_KEY --etherscan-api-key YOUR_ETHERSCAN_API_KEY
```

Replace YOUR_OPSGENIE_API_KEY with your Opsgenie API key and YOUR_ETHERSCAN_API_KEY with your Etherscan API key.

The module will continuously monitor Ethereum gas prices and send alerts to Opsgenie when the gas price falls below 20 Gwei.

```bash
Ctrl+c for quit the app
```

