forked from omgmovieslol/ubuntu-notifications-daemons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
31 lines (27 loc) · 750 Bytes
/
config.py
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
#config.py for ubuntu twitter notification
#copy this file to ~/.twitternotify
#
#first create an app under your account:
# https://dev.twitter.com/apps/new
#next get the access token (key) and secret follow:
# https://dev.twitter.com/docs/auth/tokens-devtwittercom
#
#
#put the access token (key) here
a_key = "XXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
#
#
#put the access token secret here
a_secret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
#
#
#put the consumer key here
c_key ="XXXXXXXXXXXXXXXXXXXX"
#
#
#put the consumer secret gere
c_secret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# the time to wait in seconds between twitter access
wait=5
#set to 1 to show a backlog of messages on startup. 0 to suprress
backlog=1