{"id":25191787,"url":"https://github.com/supertigerdev/nertivia.js","last_synced_at":"2025-07-23T04:04:43.536Z","repository":{"id":43671480,"uuid":"260036071","full_name":"SupertigerDev/nertivia.js","owner":"SupertigerDev","description":"NodeJS library for Nertivia API","archived":false,"fork":false,"pushed_at":"2023-02-02T20:36:47.000Z","size":202,"stargazers_count":7,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T10:21:10.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/SupertigerDev.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}},"created_at":"2020-04-29T20:20:02.000Z","updated_at":"2024-01-11T12:29:48.000Z","dependencies_parsed_at":"2023-02-18T00:16:27.864Z","dependency_job_id":null,"html_url":"https://github.com/SupertigerDev/nertivia.js","commit_stats":null,"previous_names":["supertigerr/nertivia.js","supertiger1234/nertivia.js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SupertigerDev/nertivia.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupertigerDev%2Fnertivia.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupertigerDev%2Fnertivia.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupertigerDev%2Fnertivia.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupertigerDev%2Fnertivia.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupertigerDev","download_url":"https://codeload.github.com/SupertigerDev/nertivia.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupertigerDev%2Fnertivia.js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266614326,"owners_count":23956348,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-02-09T22:36:39.982Z","updated_at":"2025-07-23T04:04:43.508Z","avatar_url":"https://github.com/SupertigerDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nertivia.js\nNodeJS library for Nertivia API\n\n## Notice\nThis library is in its early stages. A lot of features are missing. If you find any issues, make sure you post them in the issues page in GitHub.\n\n## Token\nSince bot users are not a thing right now, you can self bot.\nMake sure you do not make spam bots, ty :)\n\nTo get your token:\n1. Open inspect element (`ctrl shift + i`)\n2. Go to the `Console` tab\n3. type in `localStorage.getItem(\"hauthid\")`\nYour token should print out.\n\n\n## Usage\n\n```npm i nertivia.js```\n\n```js\nconst Nertivia = require(\"nertivia.js\");\nconst client = new Nertivia.Client();\n\nclient.on(\"ready\", () =\u003e {\n    console.log(`Logged in as ${client.user.tag}!`);\n})\n\n\nclient.on(\"message\", msg =\u003e {\n    if (msg.content === \"ping\") {\n        msg.reply(\"pong!\")\n    }\n})\n\nclient.login(\"token\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupertigerdev%2Fnertivia.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupertigerdev%2Fnertivia.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupertigerdev%2Fnertivia.js/lists"}