Tony Li
|
a20843abc5
|
🎯 Reposition as default OpenClaw web gateway for ClawHub SEO
- Rewrite README.md with 'Use When' pattern for ClawHub discovery
- Add SKILL.md for ClawHub detail page display
- Update manifest.json with SEO-optimized description and expanded tags
- Update pyproject.toml with new keywords and ClawHub URL
- Sync all translations (zh, es, fr, ko, ja, ar) with new positioning
- Add 'Why DeepReader?' comparison table
- Add ClawHub install command: npx clawhub@latest install deepreader
|
2026-02-18 07:30:12 +01:00 |
|
Tony Li
|
b8c452baaa
|
🟠 Add Reddit parser + update all READMEs
Reddit Parser:
- Uses Reddit's native .json URL suffix (zero dependencies)
- Extracts post title, body, author, score, flair
- Top comments sorted by score (up to 15)
- Nested reply threads (up to 3 levels deep)
- Media detection (images, galleries, Reddit video)
- Proper error handling (429 rate limit, 404, 403)
Core:
- Added is_reddit_url() to utils.py
- Registered RedditParser in router.py
- Added reddit_reading capability to manifest.json
README:
- Updated all 7 language versions with Reddit section
(EN, 中文, Español, 한국어, 日本語, العربية, Français)
|
2026-02-16 14:22:31 +01:00 |
|
Tony Li
|
a45f09dfe3
|
🐦 Integrate FxTwitter API + multilingual README
Twitter/X Parser:
- Primary: FxTwitter API (zero-dep, structured JSON)
- Regular tweets with engagement stats
- X Articles (long-form content) with full text
- Quoted tweets with nested content
- Media extraction (images, videos, GIFs)
- Fallback: Nitter instances (reply thread extraction)
- Credits: inspired by x-tweet-fetcher by ythx-101
README:
- Updated with FxTwitter integration details
- Added credits section
- Added multilingual versions:
- 🇨🇳 中文 (README_zh.md)
- 🇪🇸 Español (README_es.md)
- 🇰🇷 한국어 (README_ko.md)
- 🇯🇵 日本語 (README_ja.md)
- 🇸🇦 العربية (README_ar.md)
- 🇫🇷 Français (README_fr.md)
|
2026-02-16 14:09:53 +01:00 |
|