More documentation updates
This commit is contained in:
parent
d58a1c6f6e
commit
e056cd76b4
2
README
2
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'.
|
||||
|
||||
|
||||
|
||||
|
|
8
mytwitter.conf
Normal file
8
mytwitter.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
[global]
|
||||
entries=20
|
||||
refreshtime=30
|
||||
dbfile=~/.mytwitter.db
|
||||
|
||||
[account]
|
||||
username=username
|
||||
password=password
|
Reference in New Issue
Block a user