From e056cd76b4674a9bdbdc80a183cf6b1e609a839a Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 21 Apr 2010 13:59:26 -0400 Subject: [PATCH] More documentation updates --- README | 2 +- mytwitter.conf | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 mytwitter.conf diff --git a/README b/README index c364493..b5ea322 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ This will install python-twitter in your ~/.local/lib directory, which python 2. CONFIGURATION ------------- -Copy the supplied mytwitter.conf file to ~/.mytwitter.conf, and edit it to suit your preferences. At a minimum, you need to change the [account] section to contain a valid twitter username and password. You can have multiple [account] sections. +Copy the supplied mytwitter.conf file to ~/.mytwitter.conf, and edit it to suit your preferences. At a minimum, you need to change the [account] section to contain a valid twitter username and password. You can have multiple [account] sections, but they must be uniquely named, and the section name must start with 'account'. diff --git a/mytwitter.conf b/mytwitter.conf new file mode 100644 index 0000000..55a7a17 --- /dev/null +++ b/mytwitter.conf @@ -0,0 +1,8 @@ +[global] +entries=20 +refreshtime=30 +dbfile=~/.mytwitter.db + +[account] +username=username +password=password