televisor


Nametelevisor JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/zeionara/televisor
SummaryA tool for sending videos to telegram chats
upload_time2024-06-13 22:41:50
maintainerNone
docs_urlNone
authorZeio Nara
requires_pythonNone
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # televisor

<p align="center">
    <img src="assets/logo.png"/>
</p>


## Usage

First, configure your telegram chat id and bot token in `.bashrc`:

```sh
export TELEVISOR_TOKEN='foo'
export MY_CHAT_ID=12345
```

To call the module:

```sh
python -m tv send 'foo.mp4'
```

## Installation

To install from `pip`:

```sh
pip install televisor
```

To create environment and install all dependencies:

```sh
./setup.sh
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zeionara/televisor",
    "name": "televisor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Zeio Nara",
    "author_email": "zeionara@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/26/aa/b9459d38272f43b944e8d782747e4799ebd3418cd6a9410959aa7e4f20a2/televisor-0.0.1.tar.gz",
    "platform": null,
    "description": "# televisor\n\n<p align=\"center\">\n    <img src=\"assets/logo.png\"/>\n</p>\n\n\n## Usage\n\nFirst, configure your telegram chat id and bot token in `.bashrc`:\n\n```sh\nexport TELEVISOR_TOKEN='foo'\nexport MY_CHAT_ID=12345\n```\n\nTo call the module:\n\n```sh\npython -m tv send 'foo.mp4'\n```\n\n## Installation\n\nTo install from `pip`:\n\n```sh\npip install televisor\n```\n\nTo create environment and install all dependencies:\n\n```sh\n./setup.sh\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A tool for sending videos to telegram chats",
    "version": "0.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/zeionara/televisor/issues",
        "Documentation": "https://github.com/zeionara/televisor#readme",
        "Homepage": "https://github.com/zeionara/televisor",
        "Source Code": "https://github.com/zeionara/televisor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26aab9459d38272f43b944e8d782747e4799ebd3418cd6a9410959aa7e4f20a2",
                "md5": "95c7e52377ffea51f1424df4e4d0cb7e",
                "sha256": "de60403c4a9eebeae19b797d6fe9068e9432102376dd639128d4f300978d6ea4"
            },
            "downloads": -1,
            "filename": "televisor-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "95c7e52377ffea51f1424df4e4d0cb7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6001,
            "upload_time": "2024-06-13T22:41:50",
            "upload_time_iso_8601": "2024-06-13T22:41:50.046556Z",
            "url": "https://files.pythonhosted.org/packages/26/aa/b9459d38272f43b944e8d782747e4799ebd3418cd6a9410959aa7e4f20a2/televisor-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 22:41:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zeionara",
    "github_project": "televisor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "televisor"
}
        
Elapsed time: 0.30755s