openbsd-ports/net/twirssi/pkg/README
namn 8ba1a560ec update to twirssi-2.8.0pl20190726
- 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@
2022-06-23 02:37:09 +00:00

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