{"id":37603436,"url":"https://github.com/daxida/lingq","last_synced_at":"2026-01-16T10:05:24.517Z","repository":{"id":220591969,"uuid":"659307635","full_name":"daxida/lingq","owner":"daxida","description":"Lingq scripts for automated editing","archived":false,"fork":false,"pushed_at":"2025-12-13T05:21:19.000Z","size":2770,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T09:58:18.077Z","etag":null,"topics":["cli","lingq"],"latest_commit_sha":null,"homepage":"","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/daxida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-27T14:52:23.000Z","updated_at":"2025-12-13T05:21:22.000Z","dependencies_parsed_at":"2024-04-02T11:36:13.401Z","dependency_job_id":"71a605b0-ec7c-4f83-a130-9e65ccc05dce","html_url":"https://github.com/daxida/lingq","commit_stats":null,"previous_names":["daxida/lingq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daxida/lingq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxida%2Flingq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxida%2Flingq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxida%2Flingq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxida%2Flingq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daxida","download_url":"https://codeload.github.com/daxida/lingq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxida%2Flingq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","lingq"],"created_at":"2026-01-16T10:05:24.398Z","updated_at":"2026-01-16T10:05:24.484Z","avatar_url":"https://github.com/daxida.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LingQ\n\n[![GitHub](https://img.shields.io/badge/-black?logo=github)](https://github.com/daxida/lingq)\n[![image](https://img.shields.io/pypi/v/lingq.svg)](https://pypi.python.org/pypi/lingq)\n[![image](https://img.shields.io/pypi/l/lingq.svg)](https://github.com/daxida/lingq/blob/main/LICENSE)\n\nCommand line utilities and scripts for interacting with [LingQ](https://www.lingq.com/)'s API.\n\nYou will need a LingQ API key. You can get it from [here](https://www.lingq.com/en/accounts/apikey/).\n\n## Installation\n\n```\npip install lingq\n```\n\nThen run:\n\n```\nlingq setup yourLingqApiKey\n```\n\n## Usage\n\n```\n# Upload a YouTube playlist to a Greek course\nlingq postyt el 129129 \"https://www.youtube.com/@awesomeyoutuber\"\n\n# Bulk upload a book split by chapters\nlingq post el 129139 -t \"example/texts\" -a \"example/audios\" --pairing-strategy zip\n\n# Add timestamps to a German course\nlingq timestamp de 129129\n```\n\nThe full set of commands can be found with `lingq --help`.\nPer command information uses again the help flag: `lingq timestamp --help`.\n\nSee the [documentation](https://daxida.github.io/lingq/) for more information.\n\n## Etc.\n\nMainly undocumented scripts to scrape, process text and audio, and to manually use whisper.\n\nIf you want to use some of it:\n\n```\ngit clone https://github.com/daxida/lingq\ncd lingq\npip install .[etc]\n# And for example\npython3 etc/scrape/japanese/sc_itazura.py\n```\n\n## Links\n\n- A [repo](https://github.com/daxida/lingq-fa) for LingQ-compatible forced alignment.\n- Legacy (v1.0 and v2.0) LingQ's API [documentation](https://www.lingq.com/apidocs/index.html).\n- A [repo](https://github.com/paulywill/lingq_upload) to upload content to LingQ (may be outdated).\n- A [repo](https://github.com/justbrendo/lingq-yt) to upload YouTube playlists to LingQ with Whisper subtitles.\n- A [repo](https://gist.github.com/Ashwinning/a9677b5b3afa426667d979b36c019b04) to split downloaded audio from YouTube.\n- A [repo](https://github.com/evizitei/lingq) for an API wrapper in ruby.\n- A [repo](https://github.com/2p990i9hpral/LingQ_Add-On) for a LingQ addon that enhances the UI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxida%2Flingq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaxida%2Flingq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxida%2Flingq/lists"}