firecrawl / firecrawl/last30flames
Add Stack Exchange as a source
- Dominant language
- TypeScript
- Stars
- 38
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The Stack Exchange API is public and keyless at low volume, with question/answer scores published. Useful 'what problems are people hitting' signal for technical topics, though site activity has declined.
Add `scripts/stackexchange.ts` using the /search/advanced endpoint filtered to the recency window, sorted by votes.
Constraint check: public API, keyless quota sufficient for one call per run. ✅
Contributor guide
Research direction
Start with the existing source scripts and add the mentioned entry point, scripts/stackexchange.ts. Read the Stack Exchange /search/advanced API requirements, then implement the recency-window and vote-sorting request with the stated keyless constraint. Done means the new source is included and returns Stack Exchange question/answer score data for a run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100