{"id":25786440,"url":"https://github.com/Bladelist/bbl-api","last_synced_at":"2025-02-27T09:59:56.736Z","repository":{"id":53738709,"uuid":"223269802","full_name":"Bladelist/bbl-api","owner":"Bladelist","description":"That's the official npm module which provide a easy method to post how many servers your bot have easly on the bladebotlist's API !","archived":false,"fork":false,"pushed_at":"2021-05-28T11:42:47.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T18:55:39.054Z","etag":null,"topics":["bbl-api","bladebotlist","botlist","discordbotlist","nodejs","servers-count"],"latest_commit_sha":null,"homepage":"https://bladebotlist.xyz","language":"JavaScript","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/Bladelist.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}},"created_at":"2019-11-21T21:35:44.000Z","updated_at":"2021-05-28T11:42:50.000Z","dependencies_parsed_at":"2022-09-23T19:41:50.914Z","dependency_job_id":null,"html_url":"https://github.com/Bladelist/bbl-api","commit_stats":null,"previous_names":["bladebotlist/bbl-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladelist%2Fbbl-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladelist%2Fbbl-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladelist%2Fbbl-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bladelist%2Fbbl-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bladelist","download_url":"https://codeload.github.com/Bladelist/bbl-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241002107,"owners_count":19892111,"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":["bbl-api","bladebotlist","botlist","discordbotlist","nodejs","servers-count"],"created_at":"2025-02-27T09:59:55.835Z","updated_at":"2025-02-27T09:59:56.711Z","avatar_url":"https://github.com/Bladelist.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to bbl-api 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.com/package/bbl-api\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/bbl-api.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://docs.bladebotlist.xyz\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/bladebotlist/bbl-api/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/bladebotlist/bbl-api/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: mit\" src=\"https://img.shields.io/github/license/hiizun/bbl-api\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/bladebotlist\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: bladebotlist\" src=\"https://img.shields.io/twitter/follow/bladebotlist.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e The official bladebotlist.xyz's api to post your server count easly and interact with the bladebotlist api\n\n### 🏠 [Homepage](https://docs.bladebotlist.xyz)\n\n## Install\n\n```sh\nnpm install bbl-api\n```\n\n## Usage\n\n```js\nconst BBL = require(\"bbl-api\");\nconst client = new BBL(\n    \"BOT ID\", // BOT_ID\n    \"THE API KEY\", // API_KEY, use bbl!key gen on the discord server\n    {\n        server_count: \"2\",\n        interval: 300000,\n    });\n\n\nclient.on(\"ready\", () =\u003e console.log(\"Client is started !\")); // when the module is loaded and ready to post data\n\nclient.on(\"debug\", (log) =\u003e console.log(log))\n\nclient.on(\"update\", () =\u003e console.log(\"Stats updated !\")); // autopost or manual post\n\nclient.on(\"error\", (error) =\u003e console.log(`Something was wrong when the module has posted stats: ${error}`)); // complete reports about errors like invalid api key or bot id\n```\n\nyou can also checkout the exemples directory where you can see some examples :P\n\n## Author\n\n👤 ****\n\n* Website: http://hiizun.codes\n* Twitter: [@HiiZunfr](https://twitter.com/HiiZunfr)\n* Github: [@hiizun](https://github.com/hiizun)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/bladebotlist/bbl-api/issues). You can also take a look at the [contributing guide](https://github.com/bladebotlist/bbl-api/blob/master/CONTRIBUTING.md).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2020 [NaoismyWaifu](https://github.com/Naoismywaifu).\u003cbr /\u003e\nThis project is [MIT](https://github.com/bladebotlist/bbl-api/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBladelist%2Fbbl-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBladelist%2Fbbl-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBladelist%2Fbbl-api/lists"}