Tree
- Tree:
888cc2e7ef475b5fe50bcb678ab80ab689416c65
- Date:
- Message:
- Add raise_for_status
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 ```