diff options
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"; + } +} |
