Files
limoka/archquise/H.Modules/README.md
2026-01-27 01:17:36 +00:00

185 lines
4.3 KiB
Markdown

<div align="center">
<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">
<a href="https://github.com/archquise/H.Modules">
<img src="https://readme-typing-svg.herokuapp.com/?lines=H:Mods;Hikka+Modules+Collection&center=true&vCenter=true&width=500&height=80&color=00D9FF&center=true&vCenter=true">
</a>
</h1>
<p align="center">
<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/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>
---
## 🚀 Quick Start
### 📦 Repository Installation (Recommended)
The easiest way to install and manage all modules:
```bash
.addrepo https://github.com/archquise/H.Modules/raw/main
```
After adding the repository, install any module:
```bash
.dlm <module_name>
```
### 🎯 Direct Installation
Install a specific module directly:
```bash
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/<module_name>.py
```
---
## 🛠️ Installation Guide
### Step 1: Add Repository
```bash
.addrepo https://github.com/archquise/H.Modules/raw/main
```
### Step 2: Install Modules
```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>❌ Module Installation Failed</summary>
**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>`
</details>
---
## 📜 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>