tgsdk


Nametgsdk JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/evgeniyprivalov/tgsdk
SummaryPython Telegram SDK to help make requests to Telegram API
upload_time2023-03-11 14:48:05
maintainer
docs_urlNone
authorEvgeniy Privalov
requires_python>=3.5
licenseGPLv3+
keywords python telegram api bot sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Telegram API SDK

## Introduction


## Getting started
To start using package tgsdk you have to know methods of the [Telegram API](https://core.telegram.org/bots/api). This library provides pure  interface to interact with it, but you need to understand what you are doing.

Documentation of methods just contain URL to real [Telegram API](https://core.telegram.org/bots/api) documentation cause all logic is understandable without large texts and you have to know description and signature of most methods. If you want you can add documentation and make a pull request.

## Installation
You can install or upgrade package with:

```bash
pip install tgsdk --upgrade
```

## License
[GPLv3](http://gplv3.fsf.org/)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/evgeniyprivalov/tgsdk",
    "name": "tgsdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "Python Telegram API Bot SDK",
    "author": "Evgeniy Privalov",
    "author_email": "evgeniyprivalov94@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/eb/e5c66fe859054c4b6fca1e41b7ce4b7d81a82eafbfe168b8e1cfae6b3df9/tgsdk-1.3.0.tar.gz",
    "platform": null,
    "description": "# Telegram API SDK\n\n## Introduction\n\n\n## Getting started\nTo start using package tgsdk you have to know methods of the [Telegram API](https://core.telegram.org/bots/api). This library provides pure  interface to interact with it, but you need to understand what you are doing.\n\nDocumentation of methods just contain URL to real [Telegram API](https://core.telegram.org/bots/api) documentation cause all logic is understandable without large texts and you have to know description and signature of most methods. If you want you can add documentation and make a pull request.\n\n## Installation\nYou can install or upgrade package with:\n\n```bash\npip install tgsdk --upgrade\n```\n\n## License\n[GPLv3](http://gplv3.fsf.org/)\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Python Telegram SDK to help make requests to Telegram API",
    "version": "1.3.0",
    "split_keywords": [
        "python",
        "telegram",
        "api",
        "bot",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a01b349a5b2c0ecafb42a8a235c592d00389cd541ab6b6d71bdba9b0577a70e",
                "md5": "59e1b5fac219a7f81bd900916fe3c6bf",
                "sha256": "139d51139c517a71b10ec7e85c1b2baea86dd7325efc9d0a469e7622f7a4d46c"
            },
            "downloads": -1,
            "filename": "tgsdk-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59e1b5fac219a7f81bd900916fe3c6bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 131244,
            "upload_time": "2023-03-11T14:48:03",
            "upload_time_iso_8601": "2023-03-11T14:48:03.191334Z",
            "url": "https://files.pythonhosted.org/packages/0a/01/b349a5b2c0ecafb42a8a235c592d00389cd541ab6b6d71bdba9b0577a70e/tgsdk-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8ebe5c66fe859054c4b6fca1e41b7ce4b7d81a82eafbfe168b8e1cfae6b3df9",
                "md5": "89e3b28e35375a690b48fc8fd1969b1f",
                "sha256": "e30d259edf0b61693b5468a3330bad45851eaa52771e86ca68cabc28f46d6cea"
            },
            "downloads": -1,
            "filename": "tgsdk-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "89e3b28e35375a690b48fc8fd1969b1f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 49227,
            "upload_time": "2023-03-11T14:48:05",
            "upload_time_iso_8601": "2023-03-11T14:48:05.190341Z",
            "url": "https://files.pythonhosted.org/packages/c8/eb/e5c66fe859054c4b6fca1e41b7ce4b7d81a82eafbfe168b8e1cfae6b3df9/tgsdk-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-11 14:48:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "evgeniyprivalov",
    "github_project": "tgsdk",
    "lcname": "tgsdk"
}
        
Elapsed time: 0.04414s