Skip to content

Plugins #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
endernoke opened this issue Feb 20, 2025 · 1 comment
Open

Plugins #40

endernoke opened this issue Feb 20, 2025 · 1 comment
Labels
^ Low Priority enhancement New feature or request

Comments

@endernoke
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Pretty ambitious feature, basically we can allow users to make and install their own mods or extensions to the app.
e.g. advanced brainrot defense system, AI autoreply etc.
Kinda like VSCode extensions.
Then we can publish these plugins as separate packages instead of packing everything into the base app. People will be able to dynamically select and install whatever they want to the CLI (and not be forced to download a ton of fancy stuff they don't really need)

Describe the solution you'd like
Have a plugins manager where users can install, enable/disable and configure all their plugins. Not sure how plugin support can be implemented but it is definitely possible as many tools have this feature.

Describe alternatives you've considered
Well you can fork the repo and directly make changes there, but this isn't scalable.

Additional context
Add any other context or screenshots about the feature request here.

@endernoke endernoke added ^ Low Priority enhancement New feature or request labels Feb 20, 2025
@supreme-gg-gg
Copy link
Owner

This is a great feature suggestion!!! I'd like to pin this because many people make instagram bots and micro services, would be great if we provide a generalized framework to connect those and facilitate customisation! Forking the repo also doesnt' allow you to share your extension with others. I think we either provide integration method for whatever the user builds (that's probably what you are referring to) or provide API library for user to build plugins that can be natively supported easily (more work for us, 😢 )

@supreme-gg-gg supreme-gg-gg pinned this issue Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
^ Low Priority enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants