veilleperso / nabaztwit

Scripts to monitor twitter searches and to get results and your twitter replies in TTS on your Nabaztag

This URL has Read+Write access

nabaztwit / example.ini
100644 35 lines (25 sloc) 0.872 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# copy or rename this file as config.ini and adapt with your settings
[violet]
# your nabaztag SN
sn = "Nabaztag MAC Address without semi-column symbols"
 
# your nabaztag token
token = "Get it from my.nabaztag.com"
 
# 'from' translation text for your language
from = "de"
 
[twitter]
# your twitter login
login = "nabaztwit"
 
# your twitter password
password = "secret"
 
# full path to a cache file to use to keep last read item
cache = "/tmp/last_read.twitter"
 
# check mentions or friends_timeline
check = mentions
 
[twitscan]
# to post search results as DM to another account, set twitter login and password
# otherwise we will use the main account
# login = "nabaztwit"
# password = "secret"
 
# one line per search your want to monitor, paste the full atom url of your search
# exemple :
# search[] = "http://search.twitter.com/search.atom?lang=fr&q=+%40veilleperso"