{"id":46040109,"url":"https://github.com/sourcewarelab/glados-bot","last_synced_at":"2026-03-01T06:12:12.308Z","repository":{"id":273562892,"uuid":"920133259","full_name":"SourcewareLab/GlaDOS-bot","owner":"SourcewareLab","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-06T10:47:37.000Z","size":192,"stargazers_count":3,"open_issues_count":5,"forks_count":6,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-03-06T11:36:58.504Z","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/SourcewareLab.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-21T16:11:15.000Z","updated_at":"2025-03-06T10:47:41.000Z","dependencies_parsed_at":"2025-01-21T17:27:32.194Z","dependency_job_id":"8ad95378-1cc6-442f-966f-1f6cf710b52d","html_url":"https://github.com/SourcewareLab/GlaDOS-bot","commit_stats":null,"previous_names":["sourcewarelab/glados-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SourcewareLab/GlaDOS-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourcewareLab%2FGlaDOS-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourcewareLab%2FGlaDOS-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourcewareLab%2FGlaDOS-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourcewareLab%2FGlaDOS-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SourcewareLab","download_url":"https://codeload.github.com/SourcewareLab/GlaDOS-bot/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourcewareLab%2FGlaDOS-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29962005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T05:59:08.471Z","status":"ssl_error","status_checked_at":"2026-03-01T05:58:04.208Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-03-01T06:12:09.197Z","updated_at":"2026-03-01T06:12:12.293Z","avatar_url":"https://github.com/SourcewareLab.png","language":"TypeScript","readme":"# GlaDOS Community Bot\n[![Discord](https://img.shields.io/badge/Discord-Community-blue?logo=discord)](https://discord.gg/X69MUr2DKm)\n![Node.js](https://img.shields.io/badge/Node.js-v22.14.0-green?logo=node.js)\n![License](https://img.shields.io/badge/License-ISC-yellow)\n\n🤖 **About**  \nThe GlaDOS Community Bot is a powerful administration tool designed to streamline server management and enhance the community experience. Built with **Node.js** and **Discord.js**, it provides robust functionality for both moderators and members, focusing on efficient server management and community engagement.\n\n---\n\n## 🛠️ Setup and Installation\n\nFollow these steps to set up the GlaDOS Community Bot on your local machine or server:\n\n### Prerequisites\n- **Node.js**: Ensure you have Node.js installed (version specified in `.nvmrc` or `package.json`).\n- **Git**: Install Git to clone the repository.\n- **Discord Bot Token**: Create a bot on the [Discord Developer Portal](https://discord.com/developers/applications) and obtain your bot token.\n- **Docker**: Install Docker to run the bot and a postgres instance.\n\n### Installation Steps\n1. **Fork the Repository**: Fork this repo to your personal Github account\n2. **Clone the Repository**:\n   ```bash\n   git clone git@github.com:your-username/GlaDOS-bot.git\n   cd GlaDOS-bot\n3. **Install Dependencies**:\n    ```bash\n    npm install\n4. **Set Up Environment Varialbes**:\n    ```bash\n    cp SAMPLE.env .env\n    ```\n    open the .env file and fill in the required values\n\n5. **Run the Bot**:\n    ```bash\n    docker compose up\n    \n6. **Invite the Bot to your server**:\n    - Use the OAuth2 URL generator on the Discord Developer Portal to create an invite link with the necessary permissions.\n    - Invite the bot to your server using the generated link.\n\n---\n\n## 🚀 How to Contribute\n\nWe love contributions from everyone! Whether you're fixing a bug, adding a new feature, or improving documentation, your help is always appreciated. Here's how you can contribute:\n\nFollow the steps below to contribute effectively:\n\n1. **Fork the Repository:** Start by forking the repository to your own GitHub account.\n\n2. **Clone the Repository:** Clone the forked repository to your local development environment.\u003cbr\u003e\u003cbr\u003e\n`git clone https://github.com/your-username/GlaDOS-bot.git`\n\n3. **Create a New Branch Locally:** Create a branch for your feature or fix. Name your branch in a way that describes the purpose of your changes. For example:\n- `feature/feature-name`\n- `bugfix/bug-description`\n- `docs/clarify-setup-instructions`\n\n4. **Make Your Changes:**\n   - Add your code, features, or bug fixes.\n\n5. **Commit Guidelines:** When committing changes to your branch, please follow this naming scheme to keep commit history clean and readable:\n\nCommit message format: `\u003ctype\u003e:\u003cshort-description\u003e`\n\nTypes:\n\n    feat: A new feature or functionality added to the project.\n    fix: A bug fix.\n    docs: Documentation changes.\n    style: Code style changes (e.g., formatting, missing semicolons).\n    refactor: Code changes that neither fix a bug nor add a feature, but improve the structure.\n    test: Adding or modifying tests.\n    chore: Changes to the build process or auxiliary tools.\n\nExample Commit Messages:\n\n    feat: add user authentication to the website\n    fix: resolve issue with missing image on homepage\n    docs: update README.md with contribution guidelines\n    style: format code according to ESLint rules\n    test: add unit test for login function\n    chore: update dependencies to latest version\n\n6. **Push and Create a Pull Request:** Once you're ready, push your changes to your forked repository and open a pull request to the `dev` repository.\\\n   **Note:** open a pull request per feature and don't forget to link the corresponding issue by writing the `#issue-number`.\n\n7. **Follow Up** We will review your changes and may provide feedback. Please address any comments or requested changes, and we’ll merge your contribution!\n\n---\n\n## 💡 Contribution Tips\n\n- Always follow the coding style and best practices.\n- Keep PRs concise and focused on a single feature or fix.\n- Stay engaged in the discussions and suggest improvements.\n\n---\n\n## 💬 Join the Community\n\nHave questions or want to discuss the project? Join our Discord community!  \n[![Discord](https://img.shields.io/badge/Discord-Join%20Us-blue?logo=discord)](https://discord.gg/X69MUr2DKm)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcewarelab%2Fglados-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcewarelab%2Fglados-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcewarelab%2Fglados-bot/lists"}