README 821 B

1234567891011121314151617181920212223
  1. $OpenBSD: README,v 1.1 2013/03/08 13:38:25 ajacoutot Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. To use twirssi, create a symlink in the irssi scripts directory:
  6. $ mkdir ~/.irssi/scripts
  7. $ ln -sf ${SCRIPT_DATA_DIR}/twirssi.pl ~/.irssi/scripts
  8. Then start irssi(1) and:
  9. load the script: /script load twirssi.pl
  10. login to Twitter: /twitter_login <username> <password>
  11. then follow the instructions.
  12. You can store your username and password configuration by running the
  13. following commands from an irssi(1) window:
  14. /set twitter_usernames <username>
  15. /set twitter_passwords <yourpassword>
  16. More information is available at:
  17. http://www.twirssi.com/?using