{"id":21089265,"url":"https://github.com/sldless/voidbots","last_synced_at":"2025-06-20T19:37:34.772Z","repository":{"id":162353302,"uuid":"384314130","full_name":"sldless/voidbots","owner":"sldless","description":"Voidbots Api but in python","archived":false,"fork":false,"pushed_at":"2021-08-31T02:12:00.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T06:13:15.872Z","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/sldless.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-07-09T03:49:03.000Z","updated_at":"2021-08-31T10:28:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a82e7ae-2070-4b2a-b490-95ea8218b7cd","html_url":"https://github.com/sldless/voidbots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sldless/voidbots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldless%2Fvoidbots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldless%2Fvoidbots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldless%2Fvoidbots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldless%2Fvoidbots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sldless","download_url":"https://codeload.github.com/sldless/voidbots/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldless%2Fvoidbots/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261005640,"owners_count":23095878,"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-19T21:28:01.407Z","updated_at":"2025-06-20T19:37:29.757Z","avatar_url":"https://github.com/sldless.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Installation\n`pip install voidbots -U`\n\n## Documentation\nTo see the voidbots docs [click here](https://docs.voidbots.net/).\n\nBefore using this module, Please view [Ratelimits](https://docs.voidbots.net/#/ratelimits) and [Caching](https://docs.voidbots.net/#/caching).\n\n## Example\n```\nimport voidbots as vd\nfrom discord.ext.commands import Bot\n\nbot = Bot(command_prefix='vd!')\nVoid = vd.VoidClient(bot, apikey='Your api key')\n@bot.event\nasync def on_ready()\n    print(f'{bot.user.name} is online!')\n    await Void.postStats(bot.user.id, len(bot.guilds), bot.shard_count)\n    print(f'{bot.user.name} has been posted to Voidbots')\n\nbot.run('Your bot token')\n #This is just examples , it should work.\n```\n\n## Functions\n```\n\u003cVoidBots Module\u003e.VoidClient(bot, apikey='Your api key')\nawait \u003cVoidClient\u003e.get_voteinfo('Bot ID','A user id')\nawait \u003cVoidClient\u003e.get_botinfo('Bot ID')\nawait \u003cVoidClient\u003e.postStats(bot.user.id, len(bot.guilds), bot.shard_count or 0)\nawait \u003cVoidClient\u003e.get_analytics(bot.user.id)\nawait \u003cVoidClient\u003e.get_reviews(bot.user.id)\nawait \u003cVoidClient\u003e.widget(bot.user.id, theme='dark or light')\nawait \u003cVoidClient\u003e.get_userinfo(\"User ID\")\nawait \u003cVoidClient\u003e.get_pack(\"Pack ID\")\nawait \u003cVoidClient\u003e.close() #This has a bot_close arg if that is set to true it will close your bot.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsldless%2Fvoidbots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsldless%2Fvoidbots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsldless%2Fvoidbots/lists"}