commit 11d6d7a4a8f0293b8984b593c6b206737ea125e8 from: Aleksey Ryndin date: Thu May 11 12:51:31 2023 UTC Extend README.md commit - 3d5eed20510dd53131bf1b7bcae188854da787ec commit + 11d6d7a4a8f0293b8984b593c6b206737ea125e8 blob - 89dd3be8afc2be3924200ae897e7dc1a53283b61 blob + fa7b116378be6a14fcc096b622ac4cc3224c06a6 --- README.md +++ README.md @@ -1,3 +1,17 @@ # RSS-to-honk bot Repost from RSS feed to [honk](https://humungus.tedunangst.com/r/honk). + +## Pre-install + ++ Create new honk user: +``` +$ cd /var/honk && honk adduser +``` +Details: [honk(8)](https://honk.any-key.press/help/honk.8.html) + ++ Get honk user token: +``` +$ curl -X POST https://honk.example.org/dologin -d "username=myuser&password=mypwd&gettoken=1" +``` +Details: [honk(3)](https://honk.any-key.press/help/honk.3.html)