{"id":16652884,"url":"https://github.com/zerointensity/zerobotmaker","last_synced_at":"2025-12-28T02:09:01.355Z","repository":{"id":107060904,"uuid":"338898448","full_name":"ZeroIntensity/ZeroBotMaker","owner":"ZeroIntensity","description":"A discord.py bot maker","archived":false,"fork":false,"pushed_at":"2021-02-16T14:57:35.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-10T14:50:18.035Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroIntensity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-14T20:46:02.000Z","updated_at":"2021-02-16T14:57:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"d91b2525-9c32-4158-8101-218c909970c9","html_url":"https://github.com/ZeroIntensity/ZeroBotMaker","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/ZeroIntensity%2FZeroBotMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2FZeroBotMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2FZeroBotMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2FZeroBotMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroIntensity","download_url":"https://codeload.github.com/ZeroIntensity/ZeroBotMaker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243257370,"owners_count":20262290,"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-10-12T09:30:18.906Z","updated_at":"2025-12-28T02:09:01.295Z","avatar_url":"https://github.com/ZeroIntensity.png","language":"Python","readme":"# Last Updated: 2/14/21\n\nThis is a project that allows someone to create their own [discord.py](https://pypi.org/project/discord.py) bot using very basic Python.\n\n\n\n**Note:** This is not a finished project, there are still plenty of features to be added. You can see them in the `Planned Features` section below.\n\n## Credits\n### Developer\nThis was developed by [ZeroIntensity](https://zintensity.net). It uses no dependencies (other than [discord.py](https://pypi.org/project/discord.py), which the created `bot.py` file uses.)\n\n## Planned Features\n- Allow commands to work with embeds\n- More commands\n\n## How to use\n### Example\nHeres a quick example for a basic bot:\n```py\nfrom ZeroBotMaker.client import Client # Import the client\n\nclient = Client() # Initalize the client\n\nclient.changeprefix('prefix!') # Change the prefix to prefix!\nclient.reply('hi there', 'hello') # Adds a reply command\nclient.randomnumber('number: {number}', 1, 10, 'random') # Adds a random number command\nclient.build() # Bulds the bot\n```\n\n### Getting started\n\nIn order to use this, you must initalize the `Client` object from the `client.py` file. The most preferred method is using this code:\n```py\nfrom ZeroBotMaker.client import Client\nclient = Client()\n```\n\nOnce you have done this, you can now add commands. To know what to add, look at the documentation.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerointensity%2Fzerobotmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerointensity%2Fzerobotmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerointensity%2Fzerobotmaker/lists"}