twitter_checker/config_template.json

19 lines
425 B

{
"userid": "foobar123",
"username": "114514@1919.com",
"password": "810810",
"callback_url": "http://localhost:114514/xxx",
"check_interval": 42,
"check_interval_slow": 600,
"slow_hours": [0, 1, 2, 3, 4, 5, 6],
"check_list": {
"1145141919": {
"url": "https://x.com/i/lists/1873731145141919810",
"interval": 42,
"filter": [
"only_image",
"only_origin"
]
}
}
}