diff options
| author | 2026-03-14 00:44:19 +0300 | |
|---|---|---|
| committer | 2026-03-14 00:44:19 +0300 | |
| commit | e5d6f4c02b757c83244ba5e04fead08623a27299 (patch) | |
| tree | 5b5babb9887cafa3dbc165928dc2b0fd65265bda /config.conf | |
| download | pose-master.tar.gz pose-master.tar.bz2 pose-master.tar.xz pose-master.zip | |
Diffstat (limited to 'config.conf')
| -rw-r--r-- | config.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.conf b/config.conf new file mode 100644 index 0000000..e157138 --- /dev/null +++ b/config.conf @@ -0,0 +1,15 @@ +db_file "./pose.db"; + +sources { + feed "neonxp.ru feed" { + url "https://neonxp.ru/feed/"; + scrape_interval "10m"; + } +} + +targets { + telegram { + token TELEGRAM_TOKEN; + group "-1003888840756"; + } +} |
