{"id":22509043,"url":"https://github.com/nanato12/private-line-bot","last_synced_at":"2025-03-28T00:21:06.583Z","repository":{"id":131316084,"uuid":"376610564","full_name":"nanato12/private-line-bot","owner":"nanato12","description":"非公式LINEBot","archived":false,"fork":false,"pushed_at":"2021-06-15T14:59:03.000Z","size":348,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T02:18:15.434Z","etag":null,"topics":["line-bot-unofficial","linebot","python3","unofficial"],"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/nanato12.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":"2021-06-13T18:10:42.000Z","updated_at":"2022-03-23T01:25:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd8ca61b-a69c-4cd6-b947-4ddeba23f360","html_url":"https://github.com/nanato12/private-line-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fprivate-line-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fprivate-line-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fprivate-line-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fprivate-line-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanato12","download_url":"https://codeload.github.com/nanato12/private-line-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944903,"owners_count":20698134,"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":["line-bot-unofficial","linebot","python3","unofficial"],"created_at":"2024-12-07T01:26:51.196Z","updated_at":"2025-03-28T00:21:06.560Z","avatar_url":"https://github.com/nanato12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# private-line-bot\n非公式LINEBot\n\nライブラリは非公開です。\n\nsubmoduleでprivateにしてます。\n\n## 環境変数ファイルの作成\n\n`python manage.py gen:env` を使用して環境変数を作成する。\n\n### **new**: 必要な環境変数を記述するためのコマンド\n\n```bash\n$ python manage.py gen:env new\nGenerate success! settings/.env\n```\n\n作成された `.env`\n\n\n```conf\nLINE_PRIVATE_BOT_EMAIL = 'INPUT YOUR LINE EMAIL'\nLINE_PRIVATE_BOT_PASSWORD = 'INPUT YOUR LINE PASSWORD'\n```\n\n### **init**: 対話形式で必要な環境変数を記述するためのコマンド\n\n```sh\n$ python manage.py gen:env init\ninput email \u003e\u003e\u003e hogehoge@hogehoge.com\ninput password \u003e\u003e\u003e HogeHoge\nGenerate success! settings/.env\n```\n\n作成された `.env`\n\n```conf\nLINE_PRIVATE_BOT_EMAIL = 'hogehoge@hogehoge.com'\nLINE_PRIVATE_BOT_PASSWORD = 'HogeHoge'\n```\n\n## コマンドの生成\n\n`python manage.py gen:command {コマンド名}` で生成する。\n\n```sh\n$ python manage.py gen:command /help\nGenerate success! commands/help_command.py\n```\n\n生成されたファイル\n\n```python\n# Generated by CommandGenerator on 20XX-XX-XX XX:XX:XX\n\nfrom core.base.commnad import BaseCommand\n\n\nclass HelpCommand(BaseCommand):\n    cmd = '/help'\n    description = 'Please input here command description.'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanato12%2Fprivate-line-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanato12%2Fprivate-line-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanato12%2Fprivate-line-bot/lists"}