mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 14:54:18 +02:00
Added and updated repositories 2026-01-11 01:18:34
This commit is contained in:
@@ -1,91 +1,184 @@
|
||||
<div align="center">
|
||||
<img src="https://github.com/Codwizer/ReModules/blob/main/assets/Vector.png" alt="hikka_mods" width="600">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Codwizer/ReModules/blob/main/assets/Vector.png">
|
||||
<img src="https://github.com/Codwizer/ReModules/blob/main/assets/Vector.png" alt="H:Mods Logo" width="400">
|
||||
</picture>
|
||||
</div>
|
||||
|
||||
<h1 align="center">H:Mods - Hikka Modules</h1>
|
||||
<h1 align="center">
|
||||
<a href="https://github.com/archquise/H.Modules">
|
||||
<img src="https://readme-typing-svg.herokuapp.com/?lines=H:Mods;Hikka+Modules+Collection¢er=true&vCenter=true&width=500&height=80&color=00D9FF¢er=true&vCenter=true">
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<p align="center">
|
||||
Enhance your <a href="https://github.com/hikariatama/Hikka">Hikka</a>/<a href="https://github.com/coddrago/Heroku">Heroku</a> experience with a curated collection of community modules.
|
||||
<a href="https://github.com/hikariatama/Hikka">
|
||||
<img src="https://img.shields.io/badge/Hikka-Userbot-blue?style=for-the-badge&logo=python" alt="Hikka">
|
||||
</a>
|
||||
<a href="https://github.com/coddrago/Heroku">
|
||||
<img src="https://img.shields.io/badge/Heroku-Userbot-purple?style=for-the-badge&logo=heroku" alt="Heroku">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://t.me/hikka_mods">
|
||||
<img src="https://img.shields.io/badge/Join%20the-Telegram%20Channel-blue?style=flat-square&logo=telegram" alt="Telegram Channel">
|
||||
<img src="https://img.shields.io/badge/Telegram%20Channel-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram Channel">
|
||||
</a>
|
||||
<a href="https://github.com/archquise/H.Modules">
|
||||
<img src="https://img.shields.io/badge/GitHub-Repository-181717?style=for-the-badge&logo=github" alt="GitHub">
|
||||
</a>
|
||||
<a href="https://github.com/archquise/H.Modules/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/archquise/H.Modules?style=for-the-badge&logo=github&color=yellow" alt="Stars">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
## ✨ Installation Guide
|
||||
## 🚀 Quick Start
|
||||
|
||||
### 1. Direct Installation
|
||||
|
||||
To install a module directly from the repository, use the following command:
|
||||
|
||||
|
||||
```bash
|
||||
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/<module_name>.py
|
||||
```
|
||||
**Example:** To install example_module.py, use:
|
||||
|
||||
|
||||
```bash
|
||||
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/example_module.py
|
||||
```
|
||||
### 2. Repository Installation (Recommended)
|
||||
|
||||
For easier module management and updates, install the entire repository.
|
||||
|
||||
**Step 1: Add the Repository**
|
||||
### 📦 Repository Installation (Recommended)
|
||||
|
||||
The easiest way to install and manage all modules:
|
||||
|
||||
```bash
|
||||
.addrepo https://github.com/archquise/H.Modules/raw/main
|
||||
```
|
||||
|
||||
**Step 2: Install Modules from the Repository**
|
||||
After adding the repository, install any module:
|
||||
|
||||
```bash
|
||||
.dlm <module_name>
|
||||
```
|
||||
**Example:** After adding the repository, to install example_module, use:
|
||||
|
||||
### 🎯 Direct Installation
|
||||
|
||||
Install a specific module directly:
|
||||
|
||||
```bash
|
||||
.dlm example_module
|
||||
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/<module_name>.py
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📜 License
|
||||
## 🛠️ Installation Guide
|
||||
|
||||
This project is licensed under a **Proprietary License**. By using this software, you agree to the terms and conditions outlined below.
|
||||
### Step 1: Add Repository
|
||||
|
||||
> **You are granted permission to use the Software for personal and non-commercial purposes, subject to the following conditions:**
|
||||
```bash
|
||||
.addrepo https://github.com/archquise/H.Modules/raw/main
|
||||
```
|
||||
|
||||
1. Modification or alteration of the Software is strictly prohibited without explicit written permission from the author.
|
||||
2. Redistribution of the Software, in original or modified form, is strictly prohibited without explicit written permission from the author.
|
||||
3. The Software is provided "as is", without any warranty, express or implied.
|
||||
4. The copyright notice and this permission notice must be included in all copies or substantial portions of the Software.
|
||||
5. By using the Software, you agree to be bound by the terms and conditions of this license.
|
||||
### Step 2: Install Modules
|
||||
|
||||
**Contact:** For any inquiries or requests for permissions, please contact archquise@gmail.com.
|
||||
```bash
|
||||
# Install specific module
|
||||
.dlm TelegraphComic
|
||||
|
||||
|
||||
# Install from direct URL
|
||||
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/TelegraphComic.py
|
||||
```
|
||||
|
||||
### Step 4: Configure Modules
|
||||
|
||||
Most modules have configurable settings:
|
||||
|
||||
```bash
|
||||
# View module configuration
|
||||
.config TelegraphComic
|
||||
|
||||
# Update configuration
|
||||
.config TelegraphComic upload_service catbox
|
||||
```
|
||||
|
||||
## 🐛 Troubleshooting
|
||||
|
||||
### Common Issues
|
||||
|
||||
<details>
|
||||
<summary>Show Full License Details</summary>
|
||||
> <i>All files of this repository are under <b>Proprietary License.</b></i><br>
|
||||
> <b>Permission is hereby granted to any person obtaining a copy of this software and associated documentation files (the "Software"), to use the Software for personal and non-commercial purposes, subject to the following conditions:</b>
|
||||
<summary>❌ Module Installation Failed</summary>
|
||||
|
||||
1. The Software may not be modified, altered, or otherwise changed in any way without the explicit written permission of the author.
|
||||
2. Redistribution of the Software, in original or modified form, is strictly prohibited without the explicit written permission of the author.
|
||||
3. The Software is provided "as is", without warranty of any kind, express or implied.
|
||||
4. The copyright notice and this permission notice must be included in all copies or substantial portions of the Software.
|
||||
5. By using the Software, you agree to be bound by the terms and conditions of this license.
|
||||
**Solution:**
|
||||
|
||||
1. Check repository URL is correct
|
||||
2. Ensure you have internet connection
|
||||
3. Try restarting Hikka/Heroku
|
||||
4. Use direct installation method
|
||||
|
||||
```bash
|
||||
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/<module_name>.py
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>⚠️ Module Not Working</summary>
|
||||
|
||||
**Solution:**
|
||||
2. Check configuration: `.cfg <module_name>`
|
||||
3. Check dependencies are installed
|
||||
4. Update the module: `.dlm <module_name>`
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>🔧 Configuration Issues</summary>
|
||||
|
||||
**Solution:**
|
||||
|
||||
1. Reset to defaults: `.cfg <module_name> reset`
|
||||
2. Check syntax: `.cfg <module_name>`
|
||||
3. View help: `.help <module_name>`
|
||||
|
||||
For any inquiries or requests for permissions, please contact archquise@gmail.com.
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/trinib/trinib/82213791fa9ff58d3ca768ddd6de2489ec23ffca/images/footer.svg" width="100%">
|
||||
</p>
|
||||
## 📜 License
|
||||
|
||||
<div align="center">
|
||||
|
||||
**🔒 Proprietary License**
|
||||
|
||||
This project is licensed under a proprietary license. By using this software, you agree to the following terms:
|
||||
|
||||
</div>
|
||||
|
||||
### 📋 License Terms
|
||||
|
||||
> **✅ What You CAN Do:**
|
||||
|
||||
> - Use the software for personal and non-commercial purposes
|
||||
> - Install and use modules in Hikka/Heroku
|
||||
> - Modify configuration settings
|
||||
> - Report issues and suggest improvements
|
||||
|
||||
> **❌ What You CANNOT Do:**
|
||||
|
||||
> - Modify, alter, or change the software without explicit permission
|
||||
> - Redistribute the software in original or modified form
|
||||
> - Use for commercial purposes without permission
|
||||
> - Remove copyright notices or attribution
|
||||
|
||||
### 📧 Contact
|
||||
|
||||
For inquiries or permission requests:
|
||||
|
||||
- **Email:** `archquise@gmail.com`
|
||||
- **Telegram:** [@hikka_mods](https://t.me/hikka_mods)
|
||||
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
<picture>
|
||||
<img src="https://raw.githubusercontent.com/trinib/trinib/82213791fa9ff58d3ca768ddd6de2489ec23ffca/images/footer.svg" alt="Footer" width="100%">
|
||||
</picture>
|
||||
|
||||
<p>
|
||||
<sub>Built with ❤️ for the Hikka/Heroku community</sub>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="#top">⬆️ Back to Top</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user