{"id":29629835,"url":"https://github.com/vinta/jokekappa","last_synced_at":"2025-07-21T10:07:15.916Z","repository":{"id":53477707,"uuid":"88359301","full_name":"vinta/JokeKappa","owner":"vinta","description":"A library for delivering one-line programming jokes","archived":false,"fork":false,"pushed_at":"2022-08-24T08:35:52.000Z","size":66,"stargazers_count":181,"open_issues_count":4,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-09T14:12:02.696Z","etag":null,"topics":["codetengu","jokes","python"],"latest_commit_sha":null,"homepage":null,"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/vinta.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-04-15T16:24:40.000Z","updated_at":"2025-06-30T15:58:22.000Z","dependencies_parsed_at":"2022-08-17T23:05:38.516Z","dependency_job_id":null,"html_url":"https://github.com/vinta/JokeKappa","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vinta/JokeKappa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinta%2FJokeKappa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinta%2FJokeKappa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinta%2FJokeKappa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinta%2FJokeKappa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinta","download_url":"https://codeload.github.com/vinta/JokeKappa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinta%2FJokeKappa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278399,"owners_count":23904043,"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":["codetengu","jokes","python"],"created_at":"2025-07-21T10:07:15.266Z","updated_at":"2025-07-21T10:07:15.902Z","avatar_url":"https://github.com/vinta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"JokeKappa\n=========\n\n.. image:: https://img.shields.io/travis/CodeTengu/JokeKappa/master.svg?style=flat-square\n    :target: https://travis-ci.org/CodeTengu/JokeKappa\n\n.. image:: https://img.shields.io/pypi/v/jokekappa.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/jokekappa\n\nA library for delivering one-line programming jokes (mostly in Chinese). Humor is a solemn thing, you should take it seriously.\n\nInspired by `pyjokes \u003chttps://github.com/pyjokes/pyjokes\u003e`_.\n\nInstallation\n============\n\n.. code-block:: bash\n\n    $ pip install jokekappa\n\nUsage\n=====\n\nIn command-line interface:\n\n.. code-block:: bash\n\n    $ jokekappa\n    小明白天只是一名普通的軟體工程師，但是只要一到了夜晚，他就會搖身一變，成為一名加班的軟體工程師\n\n    $ jokekappa all\n    Hadoop 工程師睡不著的時候都會 Map/Reduce 羊\n    新來的 Designer 趁特價的時候幫自己買了一本 GoF Design Patterns\n    不能信任那些 Terminal 或編輯器用白底的人\n    ...\n\n    $ jokekappa update\n\nIn Python:\n\n.. code-block:: python\n\n    import jokekappa\n\n    joke = jokekappa.get_joke()\n    print(joke['content'])\n    # ♫ 每條大街小巷，每個工程師的嘴裡，見面第一句話，就是不要 Deploy ♫\n\n    for joke in jokekappa.get_jokes():\n        print(joke['content'])\n        # 我早年都是用 vim 寫程式，也說不上特別喜歡，主要是當時還不知道怎麼退出 vim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinta%2Fjokekappa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinta%2Fjokekappa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinta%2Fjokekappa/lists"}