{"id":18418512,"url":"https://github.com/tim232/chdp","last_synced_at":"2025-04-13T05:54:38.732Z","repository":{"id":136833077,"uuid":"325406137","full_name":"Tim232/chdp","owner":"Tim232","description":"Commands Handler for Discord.py","archived":false,"fork":false,"pushed_at":"2020-12-30T01:14:08.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:54:36.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/chdp/1.0/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tim232.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-12-29T23:12:26.000Z","updated_at":"2021-02-12T12:49:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"0721e53a-1656-4c2e-a8ce-0fa65792b44b","html_url":"https://github.com/Tim232/chdp","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/Tim232%2Fchdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim232%2Fchdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim232%2Fchdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim232%2Fchdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tim232","download_url":"https://codeload.github.com/Tim232/chdp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670502,"owners_count":21142901,"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-06T04:13:49.517Z","updated_at":"2025-04-13T05:54:38.709Z","avatar_url":"https://github.com/Tim232.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHDP\nCommand Handler for Discord.Py\n\n⚠ 해당 프로젝트는  AGPL-3.0 License 입니다 ⚠\n\n원작자 kiki; 모듈 삭제한 관계로 재업로드\n\n\n## Download\n```shell\n$ pip install chdp\n```\n\n## Use\n1. Create Main file and config.json and folder **commands**\n\n2. Fill config.json like below\n```json\n{\n    \"token\": \"Your Token\",\n    \"prefix\": \"Your Prefix\"\n}\n```\n\n3. create a file in folder **commands** and fill it like below\n```python\nclass Command:\n    name = 'ping'\n    async def run(self, client, message, ext): await message.channel.send('pong')\n```\n\n4. Run the Main file\n\n## Contribute\nFind a bug and tell it on the Issue tab or to `! Tim23#9999` on discord\n\nYou can also Pull a request\n\n\n## Log\n1.0.0 Initial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim232%2Fchdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftim232%2Fchdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim232%2Fchdp/lists"}