-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
55 lines (42 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
55 lines (42 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ============================================================
# Paper-List Environment Variables Reference
# Copy this file as .env and fill in your values, or set
# these variables directly in your shell / CI environment.
#
# Priority: Shell env vars > .env file > config.yaml
# The .env file is automatically loaded by utils/configs.py.
# ============================================================
# --- Required ---
# Your GitHub username (overrides config.yaml user_name)
PAPER_LIST_USER=
# Your repository name (overrides config.yaml repo_name)
PAPER_LIST_REPO=paper-list
# --- Optional ---
# Maximum papers per topic (overrides config.yaml max_results)
# PAPER_LIST_MAX_RESULTS=100
# Publish to README.md (true/false)
# PAPER_LIST_PUBLISH_README=true
# Publish to GitHub Pages (true/false)
# PAPER_LIST_PUBLISH_GITPAGE=true
# Publish WeChat variant (true/false)
# PAPER_LIST_PUBLISH_WECHAT=false
# Show GitHub stars/badge (true/false)
# PAPER_LIST_SHOW_BADGE=true
# Date range for fetching (YYYY-MM-DD, null = no limit)
# PAPER_LIST_START_DATE=
# PAPER_LIST_END_DATE=
# Enable/disable concurrent fetching (true/false)
# PAPER_LIST_CONCURRENT_FETCH=true
# Number of concurrent worker threads
# PAPER_LIST_MAX_WORKERS=3
# Enable/disable cross-topic deduplication (true/false)
# PAPER_LIST_DEDUPLICATE=true
# --- GitHub API Token (highly recommended) ---
# Increases API rate limit from 10 to 5000 requests/hour.
# Generate at: https://github.com/settings/tokens
# Scope needed: public_repo
GITHUB_TOKEN=
# --- Profile Selection ---
# Uncomment to use a preset profile instead of editing keywords:
# Options: minimal, vision, nlp_llm, robotics, full
# PAPER_LIST_PROFILE=minimal