{"id":25847885,"url":"https://github.com/untitled-master/luna-os","last_synced_at":"2025-03-01T10:37:18.373Z","repository":{"id":254060026,"uuid":"845343481","full_name":"Untitled-Master/Luna-os","owner":"Untitled-Master","description":"Lina open source (kinda)","archived":false,"fork":false,"pushed_at":"2024-08-21T05:41:25.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-22T06:50:05.516Z","etag":null,"topics":["bot","discord","discord-bot","discord-py","estin","python","univer"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Untitled-Master.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T04:17:15.000Z","updated_at":"2024-08-21T17:02:07.000Z","dependencies_parsed_at":"2024-08-21T06:46:06.725Z","dependency_job_id":"6f96794a-c8fd-4b9a-bc55-79faac52103c","html_url":"https://github.com/Untitled-Master/Luna-os","commit_stats":null,"previous_names":["untitled-master/luna-os"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Untitled-Master%2FLuna-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Untitled-Master%2FLuna-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Untitled-Master%2FLuna-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Untitled-Master%2FLuna-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Untitled-Master","download_url":"https://codeload.github.com/Untitled-Master/Luna-os/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241355011,"owners_count":19949290,"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":["bot","discord","discord-bot","discord-py","estin","python","univer"],"created_at":"2025-03-01T10:37:17.751Z","updated_at":"2025-03-01T10:37:18.342Z","avatar_url":"https://github.com/Untitled-Master.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n---\n\n# Luna - Discord Bot for ESTIN\n\nLuna is a versatile Discord bot developed for the ESTIN (École Supérieure en Sciences et Technologies de l'Informatique et du Numérique) community. Built in Python, Luna provides a range of commands designed to enhance your Discord experience, from server management to interactive features.\n\n## Table of Contents\n\n- [Commands](#commands)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Commands\n\nHere is a list of commands available in Luna:\n\n- `!serverinfo`\n  - Provides information about the server.\n  \n- `!help [command]`\n  - Displays the help menu or information about a specific command.\n  \n- `!userinfo [member]`\n  - Retrieves information about a specified member.\n  \n- `!roll [sides=6]`\n  - Rolls a die with the specified number of sides (default is 6).\n  \n- `!poll \u003cquestion\u003e`\n  - Creates a poll with the specified question.\n  \n- `!invite`\n  - Provides an invite link for the bot.\n  \n- `!clear \u003camount\u003e`\n  - Clears a specified number of messages from the channel.\n  \n- `!ping`\n  - Checks the bot's latency.\n  \n- `!capitaltrivia`\n  - Starts a trivia game about world capitals.\n  \n- `!avatar [member]`\n  - Displays the avatar of a specified member.\n  \n- `!sources`\n  - Lists the sources or credits related to the bot.\n  \n- `!create_channel \u003cchannel_name\u003e`\n  - Creates a new channel with the specified name.\n  \n- `!delete_channel \u003cchannel_name\u003e`\n  - Deletes the specified channel.\n  \n- `!games \u003cname\u003e`\n  - Launches a game or provides information about a game with the specified name.\n  \n- `!chat \u003cmsg\u003e`\n  - Sends a message to the chat.\n  \n- `!tts \u003ctext\u003e`\n  - Sends a message with text-to-speech enabled.\n  \n- `!join`\n  - Makes the bot join the voice channel.\n  \n- `!among \u003ctime\u003e \u003cmsg\u003e`\n  - Schedules a message to be sent in an \"Among Us\" style game.\n  \n- `!rating \u003cname\u003e \u003crating_type\u003e`\n  - Provides a rating for the specified name and type.\n  \n- `!g \u003cmessage\u003e`\n  - Sends a message with text-to-speech enabled.\n  \n- `!leave`\n  - Makes the bot leave the voice channel.\n  \n- `!addadmin \u003cmember\u003e`\n  - Grants admin privileges to the specified member.\n\n## Installation\n\nTo set up Luna on your own server, follow these steps:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/Untitled-Master/Luna-os.git\n   ```\n\n2. **Navigate to the Project Directory:**\n   ```bash\n   cd Luna-os\n   ```\n\n3. **Install Dependencies:**\n   Ensure you have Python 3.8+ installed, then create a virtual environment and install the required packages:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   pip install -r requirements.txt\n   ```\n\n4. **Configure the Bot:**\n   Create a `.env` file based on the `.env.example` file and provide your Discord bot token and other necessary credentials.\n\n5. **Run the Bot:**\n   ```bash\n   python bot.py\n   ```\n\n## Usage\n\nOnce Luna is set up and running, invite it to your Discord server using the invite link provided by the `!invite` command. You can then use the available commands to manage and interact with your server.\n\n## Contributing\n\nContributions are welcome! If you would like to contribute to Luna, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Open a pull request with a detailed description of your changes.\n\n## License\n\nLuna is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nFor any questions or support, please open an issue on the [GitHub repository](https://github.com/Untitled-Master/Luna-os) or reach out to the maintainers. Enjoy using Luna on your Discord server!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funtitled-master%2Fluna-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funtitled-master%2Fluna-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funtitled-master%2Fluna-os/lists"}