Skip to content
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

Create setup_fabric.bat, a batch script to automate setup and running… #862

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

Thepathakarpit
Copy link
Contributor

What this Pull Request (PR) does

Automates setup and usage of fabric in really user friendly way in one command.
-It does the following:

  1. Checks for administrator privileges.
  2. Installs Chocolatey (a package manager for Windows) if it's not already installed.
  3. Uses Chocolatey to install Go and Git if they're not already installed.
  4. Installs Fabric and the yt helper using go install.
  5. Runs Fabric setup.
  6. Prompts the user for YouTube and OpenAI API keys and adds them to the Fabric configuration.
  7. Provides a menu-driven interface to:
  8. Run Fabric with custom options
    -List patterns
    -List models
    -Update patterns
    -Exit the script

Just open cmd as an administrator run setup_fabric.bat (move to folder where it is saved first) and done it will do everything and ask for all the required info from users.

@danielmiessler
Copy link
Owner

We need some folks with Windows experience to comment on whether this is a good approach for assisting Windows installs.

@phil9
Copy link

phil9 commented Sep 9, 2024

We need some folks with Windows experience to comment on whether this is a good approach for assisting Windows installs.

I have no coding knowledge but with this bat file I was able to install Fibre for windows faster with some assistance from chatgpt. So yes, this approach is a blessing for noobs who have no idea what is going on with the setup.

I am still wondering how to use the new GUI, using the right sequence of pattern prompts/commands, how to integrate Fibre with Crewai and Agent-Zero. I am learning VScode and Python so I can better understand and use it.

@danielmiessler danielmiessler merged commit 914b312 into danielmiessler:main Oct 13, 2024
eugeis pushed a commit that referenced this pull request Oct 19, 2024
Create setup_fabric.bat, a batch script to automate setup and running…
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.

3 participants