Files
blog-writer/config/sources.json
sinmb79 15eb007b5a Initial commit: 블로그 자동 수익 엔진 v2
- 수집봇: Google Trends, GitHub Trending, HN, Product Hunt, RSS 수집
  + 품질 점수(0-100) 시스템 + 6가지 폐기 규칙
- 발행봇: Blogger API v3 자동 발행 + 안전장치(팩트체크/위험키워드)
- 링크봇: 쿠팡 파트너스 HMAC 서명 + 자동 링크 삽입
- 분석봇: 색인률/CTR/14일성과 등 5대 핵심 지표 + Telegram 리포트
- 이미지봇: manual/request/auto 3가지 모드
  request 모드 — 주기적 프롬프트 전송 → Telegram으로 이미지 수령
- 스케줄러: APScheduler + Telegram 봇 명령 리스너

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 06:54:43 +09:00

50 lines
1.1 KiB
JSON

{
"rss_feeds": [
{
"name": "GeekNews",
"url": "https://feeds.feedburner.com/geeknews-feed",
"category": "tech",
"trust_level": "high"
},
{
"name": "ZDNet Korea",
"url": "https://www.zdnet.co.kr/rss/rss.php",
"category": "tech",
"trust_level": "high"
},
{
"name": "Yonhap IT",
"url": "https://www.yna.co.kr/rss/it.xml",
"category": "tech",
"trust_level": "high"
},
{
"name": "Bloter",
"url": "https://www.bloter.net/feed",
"category": "tech",
"trust_level": "high"
}
],
"x_keywords": [
"바이브코딩",
"vibe coding",
"AI 자동화",
"Claude 사용",
"ChatGPT 활용",
"비개발자 앱",
"노코드 AI"
],
"github_trending": {
"url": "https://github.com/trending",
"languages": ["", "python", "javascript"],
"since": "daily"
},
"hacker_news": {
"url": "https://hacker-news.firebaseio.com/v0/topstories.json",
"top_n": 30
},
"product_hunt": {
"rss_url": "https://www.producthunt.com/feed"
}
}