Tree
- Tree:
9817837178e837ce9e85747329ee1ac890fa7c46
- Date:
- Message:
- Fix: check dups
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 ```