mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Add a Twitter module
Only acts on @tipperome @other +amount, as 140 characters only
This commit is contained in:
parent
051a0d3d86
commit
f99f10d56c
2 changed files with 241 additions and 1 deletions
|
@ -59,7 +59,12 @@ network_config = {
|
|||
'user_agent': tipbot_name,
|
||||
'update_period': 90,
|
||||
'load_limit': 100,
|
||||
}
|
||||
},
|
||||
'twitter': {
|
||||
'login': 'tipperome',
|
||||
'update_period': 90,
|
||||
'keyword': '@tipperome',
|
||||
},
|
||||
}
|
||||
|
||||
dice_min_multiplier=1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue