twitter: tweets can now be stored on the filesystem for use as a link

This commit is contained in:
moneromooo 2015-02-19 19:35:10 +00:00
parent e51b94b486
commit 5576c93254
2 changed files with 85 additions and 7 deletions

View file

@ -67,6 +67,9 @@ network_config = {
'login': 'tipperome',
'update_period': 90,
'keyword': '@tipperome',
'fs_location': '/tmp/twitter',
'fs_prefix_tree': 2,
'uri_base': 'http://127.0.0.1/',
},
}