comparison twitfolk.conf.sample @ 0:d6521d5ea884

Import of Andy Smith's twitfolk bot
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 06 Dec 2008 13:49:48 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d6521d5ea884
1 # Example config file for twitfolk.pl
2 # $Id: twitfolk.conf.sample 776 2008-11-03 18:20:04Z andy $
3
4 # Server hostname or IP.
5 target_server = uk.blitzed.org
6
7 # Port to connect to.
8 target_port = 6667
9
10 # password to use to connect to server (comment out to use no password)
11 target_pass = yournickpass
12
13 # IRC nick to use.
14 nick = Twitfolk
15
16 # If the nick is registered, identify to NickServ with this password.
17 nick_pass = yournickpass
18
19 # If there is no identd installed then use this ident.
20 username = twitfolk
21
22 # File to write PID to whilst running.
23 pidfile = twitfolk.pid
24
25 # Away message to immediately set.
26 away = If you have a Twitter account, ask grifferz to add you to me!
27
28 # Channel, without leading #
29 channel = bitfolk
30
31 # Your screen name on twitter.com
32 twitter_user = twituser
33
34 # Your password on twitter.com
35 twitter_pass = twitpass
36
37 # Your user's ID
38 twitter_id = 17103815
39
40 # File containing list of people to follow and their IRC nicknames
41 friends_file = twitfolk.friends
42
43 # Where to store the most recent tweet id
44 tweet_id_file = last_tweet
45
46 # How many tweets to relay at a time
47 max_tweets = 4