{"id":21426368,"url":"https://github.com/code-raisan/pyrq","last_synced_at":"2025-07-13T01:33:32.750Z","repository":{"id":104123687,"uuid":"309035447","full_name":"code-raisan/PyRq","owner":"code-raisan","description":"PythonでHTTPリクエストを送りやすくするためのライブラリです","archived":false,"fork":false,"pushed_at":"2020-11-02T09:12:59.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T21:15:06.337Z","etag":null,"topics":[],"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/code-raisan.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}},"created_at":"2020-11-01T06:14:41.000Z","updated_at":"2020-12-13T07:39:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"868a8a10-3e58-4fa9-8354-172660b93d91","html_url":"https://github.com/code-raisan/PyRq","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/code-raisan/PyRq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-raisan%2FPyRq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-raisan%2FPyRq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-raisan%2FPyRq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-raisan%2FPyRq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-raisan","download_url":"https://codeload.github.com/code-raisan/PyRq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-raisan%2FPyRq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080003,"owners_count":23708098,"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":[],"created_at":"2024-11-22T21:41:41.605Z","updated_at":"2025-07-13T01:33:32.671Z","avatar_url":"https://github.com/code-raisan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyRq\nPythonでHTTPリクエストを送りやすくするためのライブラリです\n\n## 依存関係\n` requests `\n\n## インストール\n\u003e cURLを使用してインストール  \n\n```\n$ pip install curl https://riysan.github.io/PyRq/pkg/pyrq-1.0.0.tar.gz \n```\n  \n\n\u003e Gitを使用してインストール  \n\n```\n$ pip install git+https://github.com/Riysan/PyRq.git \n```\n\n## リファレンス\n### 仕様\nurlが空の場合 ` null ` を返します\n### 基本文\n\n```python\nimport pyrq\n\npyrq.text(\"http://example.com\")\n\n#又は\n\nimport pyrq as r #エイリアスを付ける事で短くできます\n\nr.text(\"http://example.com\")\n```\n\n### TXETの取得\n```python\npyrq.text(\"**ここに取得先のURLを入力**\")\n```\n\n### JSONの取得\n```python\npyrq.json(\"**ここに取得先のURLを入力**\")[\"**キー**\"]\n```\nオブジェクトがレスポンスされます\n\n### 短縮URLの生成\nついでに付けてみたという感じです。  \n[LimeleAPI](https://github.com/Riysan/LimeleAPI/) を利用しています。\n```python\npyrq.limele(\"**ここに短縮したいURLを入力**\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-raisan%2Fpyrq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-raisan%2Fpyrq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-raisan%2Fpyrq/lists"}