利用 AI 了解社交媒体和网络上的热门话题
Stay on top of trending topics on social media — all in one place.
Trend Finder collects and analyzes posts from key influencers, then sends a Slack or Discord notification when it detects new trends or product launches. This has been a complete game-changer for the Firecrawl marketing team by:
Spend less time hunting for trends and more time creating impactful campaigns.
Learn how to set up Trend Finder and start monitoring trends in this video!
Data Collection
AI Analysis
Notification System
Copy .env.example to .env and configure the following variables:
…
Clone the repository:
git clone [repository-url]
cd trend-finder
Install dependencies:
npm install
Configure environment variables:
cp .env.example .env
# Edit .env with your configuration
Run the application:
# Development mode with hot reloading
npm run start
# Build for production
npm run build
Build the Docker image:
docker build -t trend-finder .
Run the Docker container:
docker run -d -p 3000:3000 --env-file .env trend-finder
Start the application with Docker Compose:
docker-compose up --build -d
Stop the application with Docker Compose:
docker-compose down
trend-finder/
├── src/
│ ├── controllers/ # Request handlers
│ ├── services/ # Business logic
│ └── index.ts # Application entry point
├── .env.example # Environment variables template
├── package.json # Dependencies and scripts
└── tsconfig.json # TypeScript configuration
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)暂无开放 Issues,或尚未同步最近议题。