
     How To Get Automatic Currency Rates Downloaded For Your Dancer bot
     ==================================================================

NOTE
  This service relies on the currency service provided by Daniel
  Stenberg. There is no warranty what so ever that it will work, be current or
  even correct.  This is provided as-is and you're free to decide whether to
  use it or not as long as the service is around.

1. Get a program that can get HTTP documents automatically for you.

   Curl is an example, get it from http://www.fts.frontec.se/~dast/curl/

   wget is another one. Use the one you prefer. There are lots of other
   programs too that will do the same job.

2. Install the crontab job (see the crontab.example)

   The job should download the URL

        http://www.fts.frontec.se/~dast/currency/rates.cgi

   and store the output in the rates file, used by the bot.

3. Run the command line of your edited crontab script manually to get an
   initial rate file.

4. Edit "curr.sh" changing the path to your rate file.

5. Enter 'exchangecmd: <full path to "curr.sh">' in your dancer.config file.

6. Use the EXCHANGE command with some 160 currencies!! ;-)
