{"id":23317585,"url":"https://github.com/tefra/pytuber","last_synced_at":"2025-08-22T16:32:07.676Z","repository":{"id":34052035,"uuid":"161838438","full_name":"tefra/pytuber","owner":"tefra","description":"Create music playlists on Youtube","archived":false,"fork":false,"pushed_at":"2022-05-08T10:10:30.000Z","size":4085,"stargazers_count":11,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-09T16:54:17.943Z","etag":null,"topics":["cli","client","lastfm","music","playlist","youtube"],"latest_commit_sha":null,"homepage":"https://pytuber.readthedocs.io/en/latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tefra.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-14T20:44:26.000Z","updated_at":"2024-12-05T18:54:10.000Z","dependencies_parsed_at":"2022-08-18T08:12:37.822Z","dependency_job_id":null,"html_url":"https://github.com/tefra/pytuber","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fpytuber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fpytuber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fpytuber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tefra%2Fpytuber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tefra","download_url":"https://codeload.github.com/tefra/pytuber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230615300,"owners_count":18253946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","client","lastfm","music","playlist","youtube"],"created_at":"2024-12-20T16:34:41.964Z","updated_at":"2024-12-20T16:34:42.590Z","avatar_url":"https://github.com/tefra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pytuber\n=======\n\n\n.. image:: https://travis-ci.org/tefra/pytuber.svg?branch=master\n    :target: https://travis-ci.org/tefra/pytuber\n\n.. image:: https://readthedocs.org/projects/pytuber/badge\n    :target: https://pytuber.readthedocs.io/en/latest\n\n.. image:: https://codecov.io/gh/tefra/pytuber/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/tefra/pytuber\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\n.. image:: https://img.shields.io/github/languages/top/tefra/pytuber.svg\n    :target: https://pytuber.readthedocs.io/\n\n.. image:: https://app.codacy.com/project/badge/Grade/00744926e0c94552857f3320640c7f71\n   :target: https://www.codacy.com/gh/tefra/pytuber/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=tefra/pytuber\u0026amp;utm_campaign=Badge_Grade\n\n.. image:: https://img.shields.io/pypi/pyversions/pytuber.svg\n    :target: https://pypi.org/pypi/pytuber/\n\n.. image:: https://img.shields.io/pypi/v/pytuber.svg\n    :target: https://pypi.org/pypi/pytuber/\n\n----\n\n.. image:: https://github.com/tefra/pytuber/raw/master/docs/_static/demo.gif\n    :align: center\n\n----\n\n**pytuber** is a cli tool to manage your music **playlists** on youtube.\n  - Generate playlists from `Last.fm \u003chttps://www.last.fm\u003e`_ or\n  - Import from file formats: XSPF, JSPF, M3U\n  - Create with a simple copy paste in a text editor\n  - Search and match tracks to Youtube videos\n  - Sync pytuber playlists (fetch/push)\n  - Update youtube playlist items (add/remove)\n  - Keep track of youtube api quota usage\n\nCheck `Documentation \u003chttps://pytuber.readthedocs.io/\u003e`__ |  `Changelog \u003chttps://pytuber.readthedocs.io/en/latest/changelog.html\u003e`__\n\nInstall \u0026 Setup\n~~~~~~~~~~~~~~~\n\n.. code-block:: console\n\n    $ pip install pytuber\n    $ pytuber setup autocomplete  # Enable autocomplete\n\n\nRead how to setup youtube `authentication \u003chttps://pytuber.readthedocs.io/en/latest/credentials.html\u003e`_\n\nStart creating youtube playlists ✨✨\n\n\nYoutube API Quota\n~~~~~~~~~~~~~~~~~\n\nYoutube api has a daily api `quota \u003chttps://developers.google.com/youtube/v3/getting-started#quota\u003e`_ limit which resets at midnight Pacific Time (PT).\n\npytuber includes a quota calculator\n\n.. code-block:: console\n\n    $ pytuber quota\n\nAdditionally to the api quota limit Youtube limits the amount of how many\nplaylists you can create per day to only **10**.\n\nIn case you reach that number, you can push a new playlist manually.\n  - Create a playlist with `pytuber add` command\n  - View the playlist by using this command `pytuber show xxxx --mime`\n  - This mime string is base64 signature used by pytuber internally to\n    link local to youtube playlists\n  - Add a youtube playlists manually from the web site and add the mime\n    signature at the bottom of the playlist description\n  - Fetch the new playlist info `pytuber fetch youtube --playlists`\n\nAfterwards you will be aple to push tracks like normally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftefra%2Fpytuber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftefra%2Fpytuber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftefra%2Fpytuber/lists"}