Add a Twitter module

Only acts on @tipperome @other +amount, as 140 characters only
This commit is contained in:
moneromooo 2015-02-08 21:37:02 +00:00
parent 051a0d3d86
commit f99f10d56c
2 changed files with 241 additions and 1 deletions

View file

@ -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