{"id":26769814,"url":"https://github.com/fastering18/blackerz-sdk-js","last_synced_at":"2026-04-13T12:01:43.297Z","repository":{"id":57189840,"uuid":"331978853","full_name":"Fastering18/Blackerz-SDK-JS","owner":"Fastering18","description":"A developer kit for interacting with our API, written in JavaScript.","archived":false,"fork":false,"pushed_at":"2021-07-12T08:34:28.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T10:42:45.913Z","etag":null,"topics":["api-wrapper","discord-bot","javascript","nodejs","npm","sdk"],"latest_commit_sha":null,"homepage":"https://blackerz.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fastering18.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":"2021-01-22T15:02:47.000Z","updated_at":"2021-07-12T08:34:31.000Z","dependencies_parsed_at":"2022-08-28T11:11:26.219Z","dependency_job_id":null,"html_url":"https://github.com/Fastering18/Blackerz-SDK-JS","commit_stats":null,"previous_names":["fastering18/blackerz-sdk"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Fastering18/Blackerz-SDK-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2FBlackerz-SDK-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2FBlackerz-SDK-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2FBlackerz-SDK-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2FBlackerz-SDK-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fastering18","download_url":"https://codeload.github.com/Fastering18/Blackerz-SDK-JS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fastering18%2FBlackerz-SDK-JS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api-wrapper","discord-bot","javascript","nodejs","npm","sdk"],"created_at":"2025-03-28T22:38:01.201Z","updated_at":"2026-04-13T12:01:43.254Z","avatar_url":"https://github.com/Fastering18.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackerz-SDK ![travis-ci](https://travis-ci.com/Fastering18/Blackerz-SDK-JS.svg?branch=main\u0026status=passed)\nA developer kit for interact with our API.  \n\u003e Added type definition and more edit data.  \n\n\u003cbr\u003e\n\n__Example node Post Bot Description__\n```js\nconst blackerz = require(\"blackers-api-sdk\")\n\n// Getting bot data without authorize\nblackerz.botData(\"777756503028400138\").then(console.log)\n\n// Sync with your bot, require auth\nblackerz.Authorize(\"V1auth\");\nconst scannerBOT = new blackerz.bot(\"bot id\", {baseURL: \"https://blackerz.herokuapp.com\"}) // baseURL optional  \n\nscannerBOT.edit({\n    shortDescription: \"this is short description\",\n    longDescription: \"this is looooong description\"\n}).then(result =\u003e {\n    console.log(`${JSON.stringify(result)}, sucess edited`)\n}).catch(console.error)\n\nscannerBOT.botData().then(console.log).catch(console.error)\n\n//Check user vote\nscannerBOT.checkVote(\"775363892167573535\").then(console.log).catch(console.error) // true / false  \n```  \n## API  \n`blackerz.botData(BOT_ID)`  \nreturn bot data without authorization  \n\n`blackerz.Authorize(V1_AUTH, DeveloperID?)`  \nauthorize your access, can be used to construct bot class  \n\n`new blackerz.bot(BOT_ID)`  \nreturn object class to to something with bot  \n\n\n## Website  \n\nGet your **V1 auth** by login to our website then visit your profile, here the link  \nhttps://blackerz.herokuapp.com/\n\n\u003cbr\u003e\nDeveloped by Offical Blackerz, join our [discord server](https://discord.gg/k8mW3DPJpH) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastering18%2Fblackerz-sdk-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastering18%2Fblackerz-sdk-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastering18%2Fblackerz-sdk-js/lists"}