{ "info": { "author": "lpbrown999", "author_email": "lpbrown999@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Video" ], "description": "pyoutube\n--------\nRequirements:\n\n* Python 3.3 or higher\n\n* Install the Google API's Client Library for python (https://developers.google.com/api-client-library/python/start/installation)\n\n* A registered application with google (https://developers.google.com/youtube/registering_an_application)\n\n* A populated client_secret.json file in the directory you will be uploading the file from.\n\nTo install::\n\n>>> pip install pyoutube\n\n\nSample usage::\n\n>>>import pyoutube\n>>>pyoutube.upload(\"File.mp4\", title=\"Video Title\", description=\"Video Description\", tags=[\"video\", \"tags\"], categoryId=\"20\",privacy_status=\"Public\")\n\nReturns a dictionary response containing information about the uploaded video.\n\nThis function is of the form uploader.upload(file,**kwargs).\n\nOnly the file parameter is required for the upload to occur, as all other parameters have defaults which will be used should the argument not be passed, however it is recommended to pass the arguments in order to upload an attractive youtube video.\n\nList of optional arguments and their uses:\n\n* title: string, becomes the title of the youtube video. \n\n* description: string, becomes the description of the youtube video.\n\n* tags: list of strings, becomes the keyword tags of the youtube video.\n\n* categoryId: string or an int, the numerical category id that categorizes the youtube video accordingly. These category ids can be obtained from the youtube web API via the link https://www.googleapis.com/youtube/v3/videoCategories?part=snippet®ionCode={two-character-region}&key={YOUR_API_KEY}. You will need to enable a browser API key as part of your project to discover different categoryId's.\n\n* privacy_status: string, must be one of \"public\", \"unlisted\", or \"private\". Defaults to \"public\".\n\nImportant Changes\n-----------------\nAs of v0.5, importing is changed and the upload method has been moved under the main module.\nFunctionally the .upload() method is the same.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lpbrown999/pyoutube", "keywords": "youtube upload uploader", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyoutube", "package_url": "https://pypi.org/project/pyoutube/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyoutube/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lpbrown999/pyoutube" }, "release_url": "https://pypi.org/project/pyoutube/0.5/", "requires_dist": null, "requires_python": null, "summary": "Upload videos to youtube using OAuth2.0 and the youtube API", "version": "0.5" }, "last_serial": 1890497, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b70bd39c4b6573c873af22363e986b96", "sha256": "b948f663366da4d5bafd1614f357681e536473c0aa0b08f21b221bc8258db857" }, "downloads": -1, "filename": "pyoutube-0.1.zip", "has_sig": false, "md5_digest": "b70bd39c4b6573c873af22363e986b96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4765, "upload_time": "2015-12-18T00:46:16", "url": "https://files.pythonhosted.org/packages/20/fa/c045f415daf6086f7254b314eae6af42e32fc4302799487e1f8872926352/pyoutube-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "9cd7ee53766c256a5667f43a473b7b77", "sha256": "58124c6870b524da8891525216884969273de219bc03ce8bdf918905e55903f7" }, "downloads": -1, "filename": "pyoutube-0.2.zip", "has_sig": false, "md5_digest": "9cd7ee53766c256a5667f43a473b7b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6396, "upload_time": "2015-12-18T01:01:18", "url": "https://files.pythonhosted.org/packages/8d/67/5f477f493fe3ce4431799c13278e9cfbcb70cf950629bc3f456682afbe9f/pyoutube-0.2.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "eaa35b24551c4d9ef0a2add3a1246fe8", "sha256": "148280971fb7d6ef2c85925540a20424b8961d2c24a66aa5d4aa30645e04845f" }, "downloads": -1, "filename": "pyoutube-0.2.1.zip", "has_sig": false, "md5_digest": "eaa35b24551c4d9ef0a2add3a1246fe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6459, "upload_time": "2015-12-18T01:02:44", "url": "https://files.pythonhosted.org/packages/a6/89/93c9787811549899b8a52fc9d2968c38a2a81073da64195bcbad5cb59e02/pyoutube-0.2.1.zip" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d286f8a785a499cf0c4e69fa531d97ae", "sha256": "2710ad660ce1500133ed981b95340d860a1746f99273e9f541752182e4cca60f" }, "downloads": -1, "filename": "pyoutube-0.2.2.zip", "has_sig": false, "md5_digest": "d286f8a785a499cf0c4e69fa531d97ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6451, "upload_time": "2015-12-18T01:04:25", "url": "https://files.pythonhosted.org/packages/a4/5a/aa1741970a942e8e44a07ec1622261cd8ad0537323afd7817e2cd58cb22e/pyoutube-0.2.2.zip" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "b222f06e73b8f11389101496c748f38d", "sha256": "d43bf92c6be5b11d48f493b11991306d68dc6657e29b8ef04ecfb853ae507340" }, "downloads": -1, "filename": "pyoutube-0.2.3.zip", "has_sig": false, "md5_digest": "b222f06e73b8f11389101496c748f38d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5904, "upload_time": "2015-12-18T01:05:18", "url": "https://files.pythonhosted.org/packages/e5/cb/2a6989f98f90d80962af018c33e8d1acac1f544cc11894e1c6edcb573820/pyoutube-0.2.3.zip" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "2749ceb482e47d04f189c081ef9268a8", "sha256": "e0802bdd0349059a77c7f99052275b555726a48ef8a76a2c699dff072d10a3de" }, "downloads": -1, "filename": "pyoutube-0.2.4.zip", "has_sig": false, "md5_digest": "2749ceb482e47d04f189c081ef9268a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6476, "upload_time": "2015-12-18T01:23:57", "url": "https://files.pythonhosted.org/packages/37/59/c0b5f76f9e29568527a38aba179c1b370c77d9fa2caf60e7d9357520813d/pyoutube-0.2.4.zip" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "e0cb8f0d52ae06725ff3ca72adbc53ac", "sha256": "80d58c680160f9e0a1f784af5f5a721d55f81f975e79f8af19c018db761c0c21" }, "downloads": -1, "filename": "pyoutube-0.2.5.zip", "has_sig": false, "md5_digest": "e0cb8f0d52ae06725ff3ca72adbc53ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6570, "upload_time": "2015-12-18T01:56:05", "url": "https://files.pythonhosted.org/packages/42/9d/5fb18002b437fa9d075aac19c4e1cd56c1aa8138941e642680f57fcbc4f7/pyoutube-0.2.5.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "883beb28f2ecd748e9d4a674ea8470ed", "sha256": "8518573b18a3d3999fd7073190c42ac30ed9c8ab14cfaf51c6e4b80cc0a9999a" }, "downloads": -1, "filename": "pyoutube-0.3.zip", "has_sig": false, "md5_digest": "883beb28f2ecd748e9d4a674ea8470ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8607, "upload_time": "2015-12-24T03:40:11", "url": "https://files.pythonhosted.org/packages/ff/f9/1d7f2087a1615048d1528ee9bde1bd5c882d9838da5970766cecdfba26fe/pyoutube-0.3.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "b890f9750ff09d0cdb7d0ae2c6559d52", "sha256": "ab01c5957d3b89b035b615e732e86c23ca6ac136b18cb17783724d014b41d650" }, "downloads": -1, "filename": "pyoutube-0.5.zip", "has_sig": false, "md5_digest": "b890f9750ff09d0cdb7d0ae2c6559d52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8039, "upload_time": "2016-01-05T23:15:52", "url": "https://files.pythonhosted.org/packages/9e/7a/de938eca987810c65ce846b88c9c68d454e1daaa714e1817b4d18980b9dd/pyoutube-0.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b890f9750ff09d0cdb7d0ae2c6559d52", "sha256": "ab01c5957d3b89b035b615e732e86c23ca6ac136b18cb17783724d014b41d650" }, "downloads": -1, "filename": "pyoutube-0.5.zip", "has_sig": false, "md5_digest": "b890f9750ff09d0cdb7d0ae2c6559d52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8039, "upload_time": "2016-01-05T23:15:52", "url": "https://files.pythonhosted.org/packages/9e/7a/de938eca987810c65ce846b88c9c68d454e1daaa714e1817b4d18980b9dd/pyoutube-0.5.zip" } ] }