{"id":21719439,"url":"https://github.com/paramt/videocloud","last_synced_at":"2025-04-12T20:35:17.629Z","repository":{"id":34979132,"uuid":"190084197","full_name":"paramt/videocloud","owner":"paramt","description":"Generate word clouds from YouTube videos","archived":false,"fork":false,"pushed_at":"2023-02-06T10:03:28.000Z","size":16464,"stargazers_count":14,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T14:55:42.337Z","etag":null,"topics":["cli","python3","wordcloud","youtube"],"latest_commit_sha":null,"homepage":"https://www.param.me/videocloud","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/paramt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"paramt"}},"created_at":"2019-06-03T21:22:56.000Z","updated_at":"2023-09-14T20:39:22.000Z","dependencies_parsed_at":"2023-01-15T11:22:43.503Z","dependency_job_id":null,"html_url":"https://github.com/paramt/videocloud","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Fvideocloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Fvideocloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Fvideocloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Fvideocloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramt","download_url":"https://codeload.github.com/paramt/videocloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631213,"owners_count":21136549,"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","python3","wordcloud","youtube"],"created_at":"2024-11-26T01:37:37.541Z","updated_at":"2025-04-12T20:35:17.585Z","avatar_url":"https://github.com/paramt.png","language":"Python","funding_links":["https://patreon.com/paramt"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"logo\" src=\"assets/logos/red-border.png\" width=\"250px\" align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eVideoCloud\u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n      \u003ca href=\"https://travis-ci.org/paramt/videocloud\"\u003e\u003cimg alt=\"Build Status\" src=\"https://travis-ci.org/paramt/videocloud.svg?branch=master\"\u003e\u003c/a\u003e\n      \u003ca href=\"https://pypi.org/project/VideoCloud\"\u003e\u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/videocloud.svg\"\u003e\u003c/a\u003e\n      \u003ca href=\"LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/paramt/videocloud.svg?\"\u003e\u003c/a\u003e\n      \u003ca href=\"https://www.codefactor.io/repository/github/paramt/videocloud\"\u003e\u003cimg alt=\"Codefactor\" src=\"https://www.codefactor.io/repository/github/paramt/videocloud/badge\"\u003e\u003c/a\u003e\n      \u003cbr\u003e\n      \u003ca href=\"https://requires.io/github/paramt/videocloud/requirements/?branch=master\"\u003e\u003cimg src=\"https://requires.io/github/paramt/videocloud/requirements.svg?branch=master\" alt=\"Requirements Status\"/\u003e\u003c/a\u003e\n      \u003ca href=\"https://github.com/paramt/videocloud/commits/\"\u003e\u003cimg alt=\"Last Commit\" src=\"https://img.shields.io/github/last-commit/paramt/videocloud.svg\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n    \u003ch4 align=\"center\"\u003eGenerate word clouds from YouTube videos\u003c/h4\u003e\n\u003c/p\u003e\n\n## Installation\n\n```\npip install videocloud\n```\n\n*Note: A C compiler is required for the installation process.*\n\n## Usage\n\n```\nvideocloud \u003clink to YouTube video\u003e [options]\n```\n\n```\nvideocloud www.youtu.be/MHTizZ_XcUM --language=es --color=#eee\n```\n\n### Options\n\n#### `--filepath`\nWhere on disk to save the generated videocloud\n\nDefault: \u003ckbd\u003evideocloud.png\u003c/kbd\u003e\n\n#### `--language`\n2-letter language code of the captions\n\nDefault: \u003ckbd\u003een\u003c/kbd\u003e\n\n#### `--color`\nHex color code of the videocloud's background color\n\nDefault: \u003ckbd\u003e#d1d1d1\u003c/kbd\u003e\n\n#### `--font`\nLink to a TTF font file\n\nDefault: [Noto Sans](assets/fonts/NotoSans/NotoSans.ttf)\n\n#### `--mask`\nLink to a PNG mask file\n\nDefault: [Cloud](https://github.com/paramt/videocloud/blob/v2.5/assets/masks/cloud.png)\n\n## Examples\n\nThese are a few examples of wordclouds generated by videocloud. The entire list of examples can be found under [/assets/examples](assets/examples).\n\n\u003cimg alt=\"Example 1\" src=\"assets/examples/MHTizZ_XcUM.png\" width=\"45%\"\u003e \u003cimg alt=\"Example 2\" src=\"assets/examples/YPln3JP_gKs.png\" width=\"45%\"\u003e\n\n## License\n\nAll the code in this repo is licensed under the [MIT License](LICENSE) unless otherwise specified. You are free to use, modify, and distribute the source code as long as you include the original license file. [Some fonts](assets/fonts) are licensed separately under the [SIL Open Font License](https://github.com/paramt/videocloud/blob/master/assets/fonts/NotoSans/SIL%20Open%20Font%20License.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamt%2Fvideocloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamt%2Fvideocloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamt%2Fvideocloud/lists"}