- updated to latest git version - upstream moved to gedge's github, current upstream according to HOMEPAGE - https in HOMEPAGE and README - add new RUN_DEPENDS on p5-Twitter-API - install script from WRKSRC ok landry@ bket@
21 lines
758 B
Plaintext
21 lines
758 B
Plaintext
+-----------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
To use twirssi, create a symlink in the irssi scripts directory:
|
|
$ mkdir ~/.irssi/scripts
|
|
$ ln -sf ${SCRIPT_DATA_DIR}/twirssi.pl ~/.irssi/scripts
|
|
|
|
Then start irssi(1) and:
|
|
load the script: /script load twirssi.pl
|
|
login to Twitter: /twitter_login <username> <password>
|
|
then follow the instructions.
|
|
|
|
You can store your username and password configuration by running the
|
|
following commands from an irssi(1) window:
|
|
/set twitter_usernames <username>
|
|
/set twitter_passwords <yourpassword>
|
|
|
|
More information is available at:
|
|
https://www.twirssi.com/?using
|