Tree
- Tree:
099ec7306187a0c79cb30385155fcd26a2c65ae2
- Date:
- Message:
- Fixes: pylint
LICENSE | commits | blame |
README.md | commits | blame |
ronk.py | commits | blame |
README.md
# 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) + Create isolated Python environment: ``` $ python3 -m virtualenv venv ```