orca
AI agent for deep LinkedIn profile analysis.
File Explorer
Download Latest Version (.zip)- ci.yml
- route.ts
- login-form.tsx
- page.tsx
- profile-analysis-collected-data-modal.tsx
- profile-analysis-insights-modal.tsx
- profile-analysis-progress.tsx
- profile-analysis-result-activity.tsx
- profile-analysis-result-header.tsx
- profile-analysis-result-insights.tsx
- profile-analysis-result-timeline.tsx
- profile-analysis-result.tsx
- profile-analysis.tsx
- use-insights.ts
- auth.ts
- client.ts
- database.types.ts
- middleware.ts
- orm.ts
- server.ts
- dummy-data.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- alert.tsx
- autosize-textarea.tsx
- badge.tsx
- button.tsx
- card.tsx
- dialog.tsx
- dropdown-menu.tsx
- form.tsx
- input.tsx
- label.tsx
- separator.tsx
- skeleton.tsx
- switch.tsx
- tooltip.tsx
- logout-button.tsx
- utils.ts
- analysis-agent-result.json
- linkedin-activity-scraper-comments-result.json
- linkedin-activity-scraper-posts-result.json
- linkedin-activity-scraper-reactions-result.json
- linkedin-post-comments-scraper-result.json
- linkedin-post-reactions-scraper-result.json
- linkedin-profile-scraper-result.json
- linkedin-activity-scraper.test.ts
- linkedin-post-comments-scraper.test.ts
- linkedin-post-reactions-scraper.test.ts
- linkedin-profile-scraper.test.ts
- format-linkedin-data.test.ts
- analysis-agent.test.ts
- collect-linkedin-data.ts
- linkedin-activity-scraper.ts
- linkedin-post-comments-scraper.ts
- linkedin-post-reactions-scraper.ts
- linkedin-profile-scraper.ts
- format-linkedin-data.ts
- linkedin-api-credits.ts
- analysis-agent.ts
- config.ts
- index.ts
- orchestrator.ts
- types.ts
- logo-black.png
- logo-white.png
- .gitignore
- CLAUDE.md
- components.json
- CONTRIBUTING.md
- demo.gif
- eslint.config.mjs
- LICENSE
- next.config.ts
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- postcss.config.mjs
- proxy.ts
- README.md
- tsconfig.json
- vitest.config.mts
- vitest.setup.mts
# Installation Guide
1. Get the code
git clone https://github.com/DimiMikadze/orca
Downloads the entire project code from GitHub to your computer.
cd orca
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
