Gitroasted
No description available
Install / Use
/learn @alanagoyal/GitroastedREADME
GitRoasted
This project uses Stagehand by Browserbase to automate the browser to roast a given GitHub profile.
Getting Started
Installation
-
Clone the repository:
git clone https://github.com/alanagoyal/gitroasted.git cd gitroasted -
Install the dependencies:
npm install -
Set up environment variables:
Create a
.envfile in the root directory and add your API keys:OPENAI_API_KEY="your-openai-api-key" ANTHROPIC_API_KEY="your-anthropic-api-key" BROWSERBASE_API_KEY="your-browserbase-api-key" BROWSERBASE_PROJECT_ID="your-browserbase-project-id"
Run
Start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the application in action.
Deploy
Deploy using Vercel
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
License
This project is licensed under the MIT License.
