pyrogram-starter


Namepyrogram-starter JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/yourusername/pyrogram-starter
SummaryA package to clone a pyrogram bot boilerplate from GitHub.
upload_time2024-07-16 07:04:25
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyrogram Starter

`pyrogram-starter` is a simple tool to clone a pyrogram bot boilerplate from a GitHub repository and set it up locally. This tool is designed to make it easier for developers to get started with a pyrogram bot by providing a ready-made boilerplate setup.

## Installation

To install `pyrogram-starter` globally on your system, use `pip`:

```sh
sudo pip install pyrogram-starter
```

This command will download and install the pyrogram-starter package, making it available as a command-line tool that you can run from anywhere on your system.

## Usage
Once installed, you can use the pyrogram-starter command to clone the default pyrogram bot boilerplate repository or any other repository of your choice.

## Clone the Default Repository
To clone the default pyrogram bot boilerplate repository into a directory named pyrogram-bot in the current location, simply run:

```sh
pyrogram-starter
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/pyrogram-starter",
    "name": "pyrogram-starter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/19/ef/00e16db9b66ed066b7093dc1f4cd31572bb97fd5883036636b8770a22b5c/pyrogram-starter-0.0.2.tar.gz",
    "platform": null,
    "description": "# Pyrogram Starter\n\n`pyrogram-starter` is a simple tool to clone a pyrogram bot boilerplate from a GitHub repository and set it up locally. This tool is designed to make it easier for developers to get started with a pyrogram bot by providing a ready-made boilerplate setup.\n\n## Installation\n\nTo install `pyrogram-starter` globally on your system, use `pip`:\n\n```sh\nsudo pip install pyrogram-starter\n```\n\nThis command will download and install the pyrogram-starter package, making it available as a command-line tool that you can run from anywhere on your system.\n\n## Usage\nOnce installed, you can use the pyrogram-starter command to clone the default pyrogram bot boilerplate repository or any other repository of your choice.\n\n## Clone the Default Repository\nTo clone the default pyrogram bot boilerplate repository into a directory named pyrogram-bot in the current location, simply run:\n\n```sh\npyrogram-starter\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to clone a pyrogram bot boilerplate from GitHub.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/pyrogram-starter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25b9acbcb290bb76fff990179071b56e5679295f91b3826312f837aebc86159f",
                "md5": "bc9854941dd673a71567f20f5ece22fd",
                "sha256": "f32cae2c8bda9aae71ad5b8b08d91312431ecd09de6c2072470fba6434b9952b"
            },
            "downloads": -1,
            "filename": "pyrogram_starter-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc9854941dd673a71567f20f5ece22fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2765,
            "upload_time": "2024-07-16T07:04:24",
            "upload_time_iso_8601": "2024-07-16T07:04:24.226285Z",
            "url": "https://files.pythonhosted.org/packages/25/b9/acbcb290bb76fff990179071b56e5679295f91b3826312f837aebc86159f/pyrogram_starter-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19ef00e16db9b66ed066b7093dc1f4cd31572bb97fd5883036636b8770a22b5c",
                "md5": "00d225c9457a4dd83c5e06114ab24bb3",
                "sha256": "b77a0eb149c1b4f83af6327675ad8780679dfb04f3d62f7271c7d717ffa34578"
            },
            "downloads": -1,
            "filename": "pyrogram-starter-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "00d225c9457a4dd83c5e06114ab24bb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2466,
            "upload_time": "2024-07-16T07:04:25",
            "upload_time_iso_8601": "2024-07-16T07:04:25.665004Z",
            "url": "https://files.pythonhosted.org/packages/19/ef/00e16db9b66ed066b7093dc1f4cd31572bb97fd5883036636b8770a22b5c/pyrogram-starter-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 07:04:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "pyrogram-starter",
    "github_not_found": true,
    "lcname": "pyrogram-starter"
}
        
Elapsed time: 0.54315s