telegram-gas-alert


Nametelegram-gas-alert JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/ayuk977/telegram-gas-alert
Summary
upload_time2024-02-25 16:24:12
maintainer
docs_urlNone
authorayuk977
requires_python
licenseGPL
keywords telegram gas alert
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Telegram Gas Alert

This app is for making an alert if the gas on etherscan under 20 gwei 


## How To Use this Repository in your local host
* To use the script you should clone this Repository
* Make sure you already have python 3 installed on your local host
* Create new telegram bot token to filled up this value below when executing the script
> telegram_bot_token =`bot token from telegram`<br>
> telegram_chat_id=`chat id from telegram`
* Create new api token on etherscan from your account and filled up this value below on the script
> etherscan_api_key=`api key from etherscan`
* Install python dependencies requirements to your local host
> pip install -r requirements.txt
* Execute this main python script 
> python3 package/main.py
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ayuk977/telegram-gas-alert",
    "name": "telegram-gas-alert",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Telegram Gas Alert",
    "author": "ayuk977",
    "author_email": "ayuk977@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9a/0e/9aca6530f9804114d7ccd47247aba49054e674ec832d43540791271881e1/telegram-gas-alert-1.0.1.tar.gz",
    "platform": null,
    "description": "# Telegram Gas Alert\n\nThis app is for making an alert if the gas on etherscan under 20 gwei \n\n\n## How To Use this Repository in your local host\n* To use the script you should clone this Repository\n* Make sure you already have python 3 installed on your local host\n* Create new telegram bot token to filled up this value below when executing the script\n> telegram_bot_token =`bot token from telegram`<br>\n> telegram_chat_id=`chat id from telegram`\n* Create new api token on etherscan from your account and filled up this value below on the script\n> etherscan_api_key=`api key from etherscan`\n* Install python dependencies requirements to your local host\n> pip install -r requirements.txt\n* Execute this main python script \n> python3 package/main.py",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ayuk977/telegram-gas-alert"
    },
    "split_keywords": [
        "telegram",
        "gas",
        "alert"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1517fbe15eef845dbc735b6df9ae92e7d4c917d4bb82b07a0aba6085ccc889a",
                "md5": "1e1acbc45f2f466b79c405d653c82a53",
                "sha256": "ac482b6737d4071ae4baba999b1e675593da9aad85e0aa80f106bdadf4bd9736"
            },
            "downloads": -1,
            "filename": "telegram_gas_alert-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e1acbc45f2f466b79c405d653c82a53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15331,
            "upload_time": "2024-02-25T16:24:25",
            "upload_time_iso_8601": "2024-02-25T16:24:25.787456Z",
            "url": "https://files.pythonhosted.org/packages/c1/51/7fbe15eef845dbc735b6df9ae92e7d4c917d4bb82b07a0aba6085ccc889a/telegram_gas_alert-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a0e9aca6530f9804114d7ccd47247aba49054e674ec832d43540791271881e1",
                "md5": "154243580d09f34ff3e64da851d162df",
                "sha256": "ae567dfeb2235f861669b040e2975cc9462034230ad305e4fdb58400c760b91d"
            },
            "downloads": -1,
            "filename": "telegram-gas-alert-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "154243580d09f34ff3e64da851d162df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2729,
            "upload_time": "2024-02-25T16:24:12",
            "upload_time_iso_8601": "2024-02-25T16:24:12.163372Z",
            "url": "https://files.pythonhosted.org/packages/9a/0e/9aca6530f9804114d7ccd47247aba49054e674ec832d43540791271881e1/telegram-gas-alert-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 16:24:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ayuk977",
    "github_project": "telegram-gas-alert",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "telegram-gas-alert"
}
        
Elapsed time: 0.21386s