11 lines
234 B
Python
11 lines
234 B
Python
|
host = '10.8.0.205'
|
||
|
port = 31337
|
||
|
|
||
|
twitter_refresh = 5 #in seconds
|
||
|
user_agent = 'proliant@hackerspace.pl'
|
||
|
|
||
|
#refer to https://dev.twitter.com/docs/using-search
|
||
|
twitter_query = '@hackerspacepl OR #hackerspacepl'
|
||
|
|
||
|
last_id_file = 'lastid'
|