alertg


Namealertg JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/ayuk977/alertg
SummaryNone
upload_time2024-03-31 16:24:09
maintainerNone
docs_urlNone
authorZackzonexx
requires_pythonNone
licenseMIT
keywords alertg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ayuk977/alertg",
    "name": "alertg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "alertg",
    "author": "Zackzonexx",
    "author_email": "ayuk977@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/a7/6d667201be18640ea29a3168c6382470415781b7358edbe316def50b855a/alertg-1.0.2.tar.gz",
    "platform": null,
    "description": "# Ethereum Gas Alert Module\n\nThis module continuously checks the Ethereum gas price and sends alerts to Opsgenie when the gas price is below 20 Gwei.\n\n## Installation\n\nTo use this module, you need to install the required dependencies listed in `requirements.txt`. You can install them using pip:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nObtain your Opsgenie API key and Etherscan API key.\nRun the module with the necessary arguments:\n\n```bash\npython app.py --opsgenie-api-key YOUR_OPSGENIE_API_KEY --etherscan-api-key YOUR_ETHERSCAN_API_KEY\n```\n\nReplace YOUR_OPSGENIE_API_KEY with your Opsgenie API key and YOUR_ETHERSCAN_API_KEY with your Etherscan API key.\n\nThe module will continuously monitor Ethereum gas prices and send alerts to Opsgenie when the gas price falls below 20 Gwei.\n\n```bash\nCtrl+c for quit the app\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/ayuk977/alertg",
        "Source": "https://github.com/ayuk977/alertg"
    },
    "split_keywords": [
        "alertg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "564b99466dbe44763ea22779b27452aba612fd5fe6c5d3ac89fb33ddcdb72e06",
                "md5": "b747322a385a6a260597c8da93af05ce",
                "sha256": "9dbde07c4f3ac7411caaa2604754395fe81aa61eab3f57f2a717c578c8373dc7"
            },
            "downloads": -1,
            "filename": "alertg-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b747322a385a6a260597c8da93af05ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4558,
            "upload_time": "2024-03-31T16:24:07",
            "upload_time_iso_8601": "2024-03-31T16:24:07.911523Z",
            "url": "https://files.pythonhosted.org/packages/56/4b/99466dbe44763ea22779b27452aba612fd5fe6c5d3ac89fb33ddcdb72e06/alertg-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0a76d667201be18640ea29a3168c6382470415781b7358edbe316def50b855a",
                "md5": "7f658877aad6e3c6376c74edd23d6a2a",
                "sha256": "c2421d9d633ff836d4ffe59b8f12cb80377a483ba494362fb2e71c05ed22ec66"
            },
            "downloads": -1,
            "filename": "alertg-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7f658877aad6e3c6376c74edd23d6a2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3203,
            "upload_time": "2024-03-31T16:24:09",
            "upload_time_iso_8601": "2024-03-31T16:24:09.625866Z",
            "url": "https://files.pythonhosted.org/packages/b0/a7/6d667201be18640ea29a3168c6382470415781b7358edbe316def50b855a/alertg-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 16:24:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ayuk977",
    "github_project": "alertg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "alertg"
}
        
Elapsed time: 0.29638s