Files
limoka/archquise/H.Modules/README.md
2026-01-11 01:18:34 +00:00

4.3 KiB

H:Mods Logo

Hikka Heroku

Telegram Channel GitHub Stars


🚀 Quick Start

The easiest way to install and manage all modules:

.addrepo https://github.com/archquise/H.Modules/raw/main

After adding the repository, install any module:

.dlm <module_name>

🎯 Direct Installation

Install a specific module directly:

.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/<module_name>.py

🛠️ Installation Guide

Step 1: Add Repository

.addrepo https://github.com/archquise/H.Modules/raw/main

Step 2: Install Modules

# 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:

# View module configuration
.config TelegraphComic

# Update configuration
.config TelegraphComic upload_service catbox

🐛 Troubleshooting

Common Issues

Module Installation Failed

Solution:

  1. Check repository URL is correct
  2. Ensure you have internet connection
  3. Try restarting Hikka/Heroku
  4. Use direct installation method
.dlm https://raw.githubusercontent.com/archquise/H.Modules/main/<module_name>.py
⚠️ Module Not Working

Solution: 2. Check configuration: .cfg <module_name> 3. Check dependencies are installed 4. Update the module: .dlm <module_name>

🔧 Configuration Issues

Solution:

  1. Reset to defaults: .cfg <module_name> reset
  2. Check syntax: .cfg <module_name>
  3. View help: .help <module_name>

📜 License

🔒 Proprietary License

This project is licensed under a proprietary license. By using this software, you agree to the following terms:

📋 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:


Footer

Built with ❤️ for the Hikka/Heroku community

⬆️ Back to Top