WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@Karen86Tonoyan
Copy link

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Device Model or Emulator:
  • Android Verison:
  • Instagram Version:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have tested my code in every way I can think of to prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Karen86Tonoyan and others added 12 commits October 24, 2025 11:56
…-section-and-fix-bug

Improve Telegram session loading resiliency
…tegracja-google

Add intuitive routing and offline-only AI integrations
…fficiency

[WIP] Identify and suggest improvements for inefficient code
…re-to-llama

Enhance LLaMA image chat plugin with security safeguards
This commit transforms GramAddict into a plug-and-play bot with minimal
configuration required. Users can now get started in minutes instead of
spending 45-90 minutes on manual setup.

Key Features Added:

1. Interactive Setup Wizard (gramaddict setup)
   - Automatically checks Python version
   - Downloads and configures ADB (Android Debug Bridge)
   - Detects connected Android devices
   - Installs UIAutomator2 on device
   - Generates optimized configuration files
   - Offers three presets: Conservative, Balanced, Aggressive

2. Health Check Command (gramaddict health-check)
   - Verifies all system requirements
   - Checks Python version and dependencies
   - Validates ADB installation
   - Confirms device connectivity
   - Tests UIAutomator2 functionality
   - Verifies Instagram app presence
   - Checks configuration files

3. Smart Configuration Presets
   - Conservative: 10-20 actions/hour, safest for new accounts
   - Balanced: 30-40 actions/hour, recommended default
   - Aggressive: 50-70 actions/hour, faster growth with higher risk
   - Eliminates need to understand 80+ config parameters

4. Plugin Development Template
   - Simple template for creating custom plugins
   - Clear examples and documentation
   - Makes extending GramAddict easier for developers

5. Updated Documentation
   - New QUICKSTART.md with plug-and-play instructions
   - Updated README.md with prominent quick start section
   - Reduced setup time from 45-90 minutes to 5-15 minutes

Files Changed:
- GramAddict/__main__.py: Added setup and health-check commands
- GramAddict/core/setup_wizard.py: New interactive setup wizard
- GramAddict/core/health_check.py: New system verification tool
- GramAddict/plugins/plugin_template.py: Plugin development template
- README.md: Added plug-and-play quick start section
- QUICKSTART.md: New comprehensive quick start guide

Benefits:
- Automatic ADB installation eliminates most setup failures
- Smart presets reduce configuration complexity
- Health check helps diagnose issues quickly
- Clear separation between plug-and-play and manual setup
- Maintains backward compatibility with existing configs

This makes GramAddict accessible to beginners while preserving
advanced functionality for experienced users.
@Karen86Tonoyan Karen86Tonoyan closed this by deleting the head repository Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants