Tree
- Tree:
da97498674fe877d5cebabaf8285551edc3c4816
- Date:
- Message:
- Initialy implementation
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 ```