youtube3


Nameyoutube3 JSON
Version 1.2.3 PyPI version JSON
download
home_pagehttps://github.com/diegoami/youtube3/
SummaryPython Youtube v3 API Wrapper
upload_time2023-01-01 21:03:07
maintainer
docs_urlNone
authorDiego Amicabile
requires_python
licenseBSD License
keywords youtube wrapper oauth2 v3
VCS
bugtrack_url
requirements google-api-python-client oauth2client
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DESCRIPTION

A wrapper around youtube Apis:

- https://developers.google.com/resources/api-libraries/documentation/youtube/v3/python/latest/
- https://developers.google.com/youtube/v3/docs/


## GOAL

I created this package to simplify some typical tasks related to the Youtube API.
See the `samples` directory for examples.

## USAGE

Create a youtube object
```
from youtube3 import YoutubeClient 
youtube = YoutubeClient(<location of your client_secrets.json>)
```

the available methods are all in youtube3.youtube_client


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/diegoami/youtube3/",
    "name": "youtube3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "youtube wrapper oauth2 v3",
    "author": "Diego Amicabile",
    "author_email": "diego.amicabile@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/6e/1d9d44b03f447f52f622a123e3ac83e1ff0349aba7c3ea02ef348d23b052/youtube3-1.2.3.tar.gz",
    "platform": null,
    "description": "# DESCRIPTION\n\nA wrapper around youtube Apis:\n\n- https://developers.google.com/resources/api-libraries/documentation/youtube/v3/python/latest/\n- https://developers.google.com/youtube/v3/docs/\n\n\n## GOAL\n\nI created this package to simplify some typical tasks related to the Youtube API.\nSee the `samples` directory for examples.\n\n## USAGE\n\nCreate a youtube object\n```\nfrom youtube3 import YoutubeClient \nyoutube = YoutubeClient(<location of your client_secrets.json>)\n```\n\nthe available methods are all in youtube3.youtube_client\n\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Python Youtube v3 API Wrapper",
    "version": "1.2.3",
    "split_keywords": [
        "youtube",
        "wrapper",
        "oauth2",
        "v3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "178af845676185a46c9b75db91462fea",
                "sha256": "e3711cf9cf335cd9096ea77c4173e363f17e9f591d7819e8bd1cae2cf6add282"
            },
            "downloads": -1,
            "filename": "youtube3-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "178af845676185a46c9b75db91462fea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5087,
            "upload_time": "2023-01-01T21:02:50",
            "upload_time_iso_8601": "2023-01-01T21:02:50.538916Z",
            "url": "https://files.pythonhosted.org/packages/e4/1f/58179fb5fb9499f1f9495862263047fac5e870c5c7a968468bbb4db53f4f/youtube3-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7ba5d93a24bf157a8e41a8b578f6ab97",
                "sha256": "2b8f64e8244e821641f8bdddd9ef8226328f45b404506b2820bee238e0cdfab4"
            },
            "downloads": -1,
            "filename": "youtube3-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7ba5d93a24bf157a8e41a8b578f6ab97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4451,
            "upload_time": "2023-01-01T21:03:07",
            "upload_time_iso_8601": "2023-01-01T21:03:07.303900Z",
            "url": "https://files.pythonhosted.org/packages/2f/6e/1d9d44b03f447f52f622a123e3ac83e1ff0349aba7c3ea02ef348d23b052/youtube3-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 21:03:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "diegoami",
    "github_project": "youtube3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "google-api-python-client",
            "specs": [
                [
                    "==",
                    "1.7.11"
                ]
            ]
        },
        {
            "name": "oauth2client",
            "specs": [
                [
                    "==",
                    "4.1.3"
                ]
            ]
        }
    ],
    "lcname": "youtube3"
}
        
Elapsed time: 0.02994s