{"id":20767792,"url":"https://github.com/decaded/wampierz","last_synced_at":"2026-06-07T14:31:16.446Z","repository":{"id":240527499,"uuid":"802876215","full_name":"Decaded/Wampierz","owner":"Decaded","description":"A Discord bot for monitoring and displaying server status updates, featuring automated data fetching, status messages, and real-time updates.","archived":false,"fork":false,"pushed_at":"2026-05-27T12:29:49.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-27T14:16:35.755Z","etag":null,"topics":["api","discord-bot","server","steamid","v-rising"],"latest_commit_sha":null,"homepage":"","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/Decaded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"Decaded","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-05-19T14:09:10.000Z","updated_at":"2026-05-27T12:30:27.000Z","dependencies_parsed_at":"2024-05-19T15:27:52.218Z","dependency_job_id":"5a84bdf3-1abc-42fa-8528-171adc47cadf","html_url":"https://github.com/Decaded/Wampierz","commit_stats":null,"previous_names":["decaded/wampierz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Decaded/Wampierz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decaded%2FWampierz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decaded%2FWampierz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decaded%2FWampierz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decaded%2FWampierz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decaded","download_url":"https://codeload.github.com/Decaded/Wampierz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decaded%2FWampierz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34025803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["api","discord-bot","server","steamid","v-rising"],"created_at":"2024-11-17T11:33:26.238Z","updated_at":"2026-06-07T14:31:16.431Z","avatar_url":"https://github.com/Decaded.png","language":"JavaScript","funding_links":["https://ko-fi.com/Decaded"],"categories":[],"sub_categories":[],"readme":"# Wampierz Discord Bot\n\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n![Version](https://img.shields.io/badge/Version-1.2.0-blue.svg)\n![Node.js Version](https://img.shields.io/badge/Node.js-v14.0-green)\n\nWampierz is a Discord bot designed to fetch and display SteamID information for V Rising servers using the [CeloAPI](https://github.com/Celofyz/vrising-server-api). This bot allows server administrators to set the update channel,\nupdate interval, and API URL via Discord commands.\n\n## Features\n\n- **Set Update Channel**: Administrators can specify a channel where server update notifications will be posted.\n- **Set Update Interval**: Configurable update interval to fetch server data from the API.\n- **Set API URL**: Allows setting the URL for the API to fetch server data.\n- **Restart Command**: Supports restarting the bot (requires appropriate permissions).\n\n## Commands\n\n- `/setchannel`: Set the update channel for server notifications.\n- `/setinterval`: Set the update interval in seconds (minimum 10 seconds).\n- `/setapiurl`: Set the API URL for fetching server data.\n- `/setrole`: Set role that will have permission to use this commands.\n- `/restart`: Restart the bot.\n\n## Prerequisites\n\n- Node.js \u003e= 14.0.0\n- Discord Bot Token\n- Discord Server ID\n- Role with appropriate permissions (e.g., 'Wampyr' role)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Decaded/wampierz.git\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Configure environment variables:\n\nCreate a `.env` file in the root directory with the following variables:\n\n```dotenv\nBOT_TOKEN=your_discord_bot_token_here\nGUILD_ID=your_discord_server_id_here\nCLIENT_ID=your_discord_bot_client_id_here\n```\n\n4. Start the bot:\n\n```bash\nnpm start\n```\n\n## Configuration\n\nThe bot uses `.env` file for configuration. Ensure you have set the following variables:\n\n`BOT_TOKEN`: Your Discord bot token. `GUILD_ID`: Your Discord server ID. `CLIENT_ID`: Your Discord bot client ID.\n\n## Contributing\n\nContributions are welcome! If you have suggestions or found a bug, please [open an issue](https://github.com/Decaded/wampierz/issues).\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecaded%2Fwampierz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecaded%2Fwampierz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecaded%2Fwampierz/lists"}