This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.yml
63 lines (59 loc) · 1.7 KB
/
config.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
LogDir: /tmp
Debug: false
Daemon: true
# ProxyURI:
# CAPath: /etc/ssl/certs
# CAFile: /opt/local/share/curl/curl-ca-bundle.crt # for MacPorts
# CAFile: /etc/ssl/certs/ca-certificates.crt # for Debian
Prowl:
APIKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
NMA:
APIKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Growl:
Sticky: 0 # lowest priority to enable stikcy option
Accounts:
-
Application: "Twitter"
NotifyMethods:
- "prowl" # Prowl for iPhone
# - "nma" # Notify My Android for Android
# - "growl" # use growlnotify, it requires growl.gem and growlnotify
User: example_username
UseProxy: false # <= use Prowl::ProxyURL
Mentions: # Event on Mentions
Enable: true
Priority: 1
IgnoreSelf: false # Ignore mention by myself
Direct: # Event on Direct Messages
Enable: true
Priority: 0
IgnoreSelf: false # Ignore DM event from myself
Retweets: # Event on Retweets
Enable: true
Priority: 0
Membership: # Event on List Membership
Enable: true
Priority: 0
IgnoreSelf: false # Ignore event by myself
IgnoreNegative: false # Ignore remove event
Favorite: # Event on Favorite/Unfavorite
Enable: true
Priority: 0
IgnoreSelf: false # Ignore event by myself
IgnoreNegative: false # Ignore Unfavorite event
Unfollowed: # Event on Unfollowed, requiresi API rate
Enable: true
Priority: 0
Interval: 1800
RegexpMatch:
-
User: "eew_jp"
Priority: 2
Enable: true
-
Text: "TwiProwl"
Priority: 0
Enable: true
-
User: "^northeye$"
Text: "TwiProwl|twiprowl"