mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Add a reddit network
This commit is contained in:
parent
e8954211a3
commit
b1373c629c
2 changed files with 264 additions and 0 deletions
|
@ -52,6 +52,14 @@ network_config = {
|
|||
'timeout_seconds': 600,
|
||||
'channels': ['#txtptest000'],
|
||||
},
|
||||
'reddit': {
|
||||
'subreddits': ['test'],
|
||||
'login': 'testbx',
|
||||
'keyword': '/u/testbx',
|
||||
'user_agent': tipbot_name,
|
||||
'update_period': 90,
|
||||
'load_limit': 100,
|
||||
}
|
||||
}
|
||||
|
||||
dice_min_multiplier=1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue