π¦ ClawHub
arXiv Daily Paper Pusher
by @ventaozzz
Fetches yesterday's arXiv papers, ranks by keyword relevance with weighted scoring, and pushes results to Feishu via webhook for multiple groups.
π‘ Examples
1. Install:
pip install -r requirements.txt
2. Configure:
cp config.example.yaml config.yaml
Edit config.yaml with your webhook URL and keywords
3. Run:
python main.py
βοΈ Configuration
See config.example.yaml for full configuration options:
groups: Research groups with keywordsfeishu_webhook: Your Feishu bot webhook URLtop_k: Papers per group (default: 6)timezone_offset: Hours from UTC (default: 8 for Beijing)api_mode: "auto" | "arxiv_only" | "http_only"push_strategy: "per_group" | "single"TERMINAL
clawhub install arxiv-daily-pusher