Echoo


NameEchoo JSON
Version 0.0.2.post2306152330 PyPI version JSON
download
home_pagehttps://github.com/Lyken17/Echoo/
SummaryLet your program echo to you~
upload_time2023-06-15 15:30:47
maintainer
docs_urlNone
authorLigeng Zhu
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Echoo

Let your program echo to you~

## Installation

`pip install echoo`

OR 

`pip install --upgrade git+https://github.com/Lyken17/Echoo.git`


## Usage

This tool is based on [Telegram](https://telegram.org) -- a secure and advanced IM. 

First, set your token([@bot_father](https://telegram.me/botfather)) and chat_id([@getidbot](https://telegram.me/getidsbot)) in environment.

```
export TG_TOKEN=<your token here>"
export TG_CHAT_ID=<your chat id here>"
```


Then, find your bot in Telegram and enter `/start` to enable it  

In command line (same as `echo` in bash)

```echoo "Hello, how are you?"```. 

## Verbose

```bash
usage: echoo [-h] [-t TOKEN] [-id CHAT_ID] [-m MSG]

Echoo: A tool let's your program echo.

optional arguments:
  -h, --help            show this help message and exit
  -t TOKEN, --token TOKEN
                        Token for your bot.
  -id CHAT_ID, --chat_id CHAT_ID
                        Chat_id of your audience.
  -m MSG, --msg MSG     Message to send
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Lyken17/Echoo/",
    "name": "Echoo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ligeng Zhu",
    "author_email": "lykensyu+github@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# Echoo\n\nLet your program echo to you~\n\n## Installation\n\n`pip install echoo`\n\nOR \n\n`pip install --upgrade git+https://github.com/Lyken17/Echoo.git`\n\n\n## Usage\n\nThis tool is based on [Telegram](https://telegram.org) -- a secure and advanced IM. \n\nFirst, set your token([@bot_father](https://telegram.me/botfather)) and chat_id([@getidbot](https://telegram.me/getidsbot)) in environment.\n\n```\nexport TG_TOKEN=<your token here>\"\nexport TG_CHAT_ID=<your chat id here>\"\n```\n\n\nThen, find your bot in Telegram and enter `/start` to enable it  \n\nIn command line (same as `echo` in bash)\n\n```echoo \"Hello, how are you?\"```. \n\n## Verbose\n\n```bash\nusage: echoo [-h] [-t TOKEN] [-id CHAT_ID] [-m MSG]\n\nEchoo: A tool let's your program echo.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -t TOKEN, --token TOKEN\n                        Token for your bot.\n  -id CHAT_ID, --chat_id CHAT_ID\n                        Chat_id of your audience.\n  -m MSG, --msg MSG     Message to send\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Let your program echo to you~",
    "version": "0.0.2.post2306152330",
    "project_urls": {
        "Homepage": "https://github.com/Lyken17/Echoo/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f238219421091e60494714167c57cf6eda38bf4c177589af58571230bd9e0ae",
                "md5": "b5ca32b30c91218fa084541718ae7b0f",
                "sha256": "7d564e4d57c43a8b63a62c0317004467e6bae178ecce9d02da0bcf52ba27298d"
            },
            "downloads": -1,
            "filename": "Echoo-0.0.2.post2306152330-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5ca32b30c91218fa084541718ae7b0f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4559,
            "upload_time": "2023-06-15T15:30:47",
            "upload_time_iso_8601": "2023-06-15T15:30:47.016141Z",
            "url": "https://files.pythonhosted.org/packages/5f/23/8219421091e60494714167c57cf6eda38bf4c177589af58571230bd9e0ae/Echoo-0.0.2.post2306152330-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-15 15:30:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Lyken17",
    "github_project": "Echoo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "echoo"
}
        
Elapsed time: 0.07741s