Another name change

This commit is contained in:
Anna
2010-05-20 15:33:05 -04:00
parent c59adefcd3
commit c147f7fb73
4 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
Huginn is a python twitter application. It started because no existing client supported the Lists API, but has grown to be a general-purpose Twitter client.
Hrafn is a python twitter application. It started because no existing client supported the Lists API, but has grown to be a general-purpose Twitter client.
### Installation
@ -14,7 +14,7 @@ For the twitter module, you can download and install it with:
hg clone https://python-twitter.googlecode.com/hg/ python-twitter
cd python-twitter
hg update dev
for i in ../huginn/python-twitter-*.patch; do patch p1 < $i; done
for i in ../hrafn/python-twitter-*.patch; do patch p1 < $i; done
python setup.py build
python setup.py install --user
@ -23,8 +23,8 @@ This will install python-twitter in your ~/.local/lib directory, which python 2.
### Configuration
Copy the supplied huginn.conf file to ~/.huginn.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'.
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 ./huginn.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 twitterwidgets.py and default.glade to be in the same directory.