More documentation updates. Renamed the title bar, which was still using the abortive old name.
This commit is contained in:
@ -22,10 +22,13 @@ For the twitter module, you can download and install it with:
|
||||
This will install python-twitter in your ~/.local/lib directory, which python 2.6 will automatically include in PYTHONPATH.
|
||||
|
||||
|
||||
### Configuration
|
||||
|
||||
Copy the supplied hrafn.conf file to ~/.hrafn.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'.
|
||||
|
||||
|
||||
### Usage
|
||||
Just run ./hrafn.py, and start playing around. Right now, it is best to run this file in-place; it expects twitterwidgets.py and default.glade to be in the same directory.
|
||||
Just run ./hrafn.py, and start playing around. Right now, it is best to run this file in-place; it expects all the .py files and default.glade to be in the same directory.
|
||||
|
||||
To register an account with hrafn, simply click File -> Add Account. An authorization screen will launch in your web browser. When you finish there, you should have a PIN. Copy this into the popup that hrafn created, and click 'ok'.
|
||||
|
||||
To search for a user, prepend the search with 'user: '.
|
||||
|
||||
After the first run, the program will write a file called ~/.hrafn.conf, with default configuration. Feel free to edit this file if needed.
|
||||
|
||||
If things get really mucked up, deleting ~/.hrafn.db will reset the application to a pristine state. You will have to re-authenticate, though.
|
||||
|
Reference in New Issue
Block a user