forked from vishalnandagopal/ritter-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (29 loc) · 843 Bytes
/
config.json
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
{
"run_program": true,
"cron_job_mode": true,
"testing_mode": false,
"tweet_only_link": false,
"tweet_description": false,
"tweet_summarized_article": true,
"move_log_files": false,
"delete_old_log_files": false,
"delete_important_errors": false,
"reload_api_keys": false,
"time_to_wait_after_a_tweet_in_seconds": 2,
"run_program_every_x_seconds": 5,
"time_to_wait_when_not_running_in_seconds": 21600,
"ignore_https": false,
"rss_feeds_to_fetch": {
"description_from_rss_feed": [],
"description_from_html": [
"https://lobste.rs/t/security.rss",
"https://lobste.rs/t/privacy.rss"
]
},
"dont_summarize_these_urls": [
"github.com",
"reddit.com",
"youtube.com"
],
"reset_config_to_default": false
}