More documentation updates

This commit is contained in:
Anna 2010-04-21 13:59:26 -04:00
parent d58a1c6f6e
commit e056cd76b4
2 changed files with 9 additions and 1 deletions

2
README
View File

@ -32,7 +32,7 @@ This will install python-twitter in your ~/.local/lib directory, which python 2.
CONFIGURATION 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'.

8
mytwitter.conf Normal file
View File

@ -0,0 +1,8 @@
[global]
entries=20
refreshtime=30
dbfile=~/.mytwitter.db
[account]
username=username
password=password