@gicm/hunter-agent
v0.1.1
Published
Tech discovery agent for gICM - hunts GitHub, HackerNews, and Twitter for valuable opportunities
Maintainers
Readme
@gicm/hunter-agent
Tech discovery agent - Hunts GitHub, HackerNews, and Twitter for valuable opportunities
Installation
npm install @gicm/hunter-agent
# or
pnpm add @gicm/hunter-agentFeatures
- GitHub Hunter: Trending repos, new releases, AI tools
- HackerNews Hunter: Top stories, Show HN, tech discussions
- Twitter Hunter: Crypto influencers, trending topics
- Unified Discovery: Aggregates and scores all sources
Quick Start
import { HunterAgent } from "@gicm/hunter-agent";
const hunter = new HunterAgent({
sources: ["github", "hackernews", "twitter"],
schedule: "0 */2 * * *", // Every 2 hours
});
const discoveries = await hunter.run();Exports
| Export | Description |
|--------|-------------|
| @gicm/hunter-agent | Main HunterAgent |
| @gicm/hunter-agent/sources | Individual source hunters |
License
MIT - Built by gICM
