first init

This commit is contained in:
BoliviaYu
2026-02-26 20:00:06 +08:00
commit 5efb8fc9ed
7 changed files with 1707 additions and 0 deletions

27
config.example.json Normal file
View File

@@ -0,0 +1,27 @@
{
"sources": [
"@DeJob_Global_group",
"@DeJob_official",
"@cryptojobslist",
"@remote_cn"
],
"time_window": {
"enabled": true,
"start": "2026-02-25",
"end": "2026-02-26"
},
"daily_window_days": 2,
"throttle": {
"enabled": true,
"per_message_delay_sec": 0.05,
"between_sources_delay_sec": 3.0
},
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "jobs_user",
"password": "CHANGE_ME",
"database": "jobs",
"charset": "utf8mb4"
}
}