Poquita
My setup of Poca.
My setup consists of keeping the subscriptions in git (poca.xml
), managing
them locally and running the downloader inside a Docker container remotely. The
final part of syncing the downloads is using unison and is managed in my
rcfiles repository.
Requirements
- Python 3.7
- pipenv
Usage
Adding/ removing/ list/ toggling subscriptions:
pipenv run subscribe {add,delete,list,toggle}
Deploying a new version:
pipenv run deploy
Linting (using pre-commit):
pipenv run lint
License
This software is licensed under the MIT license (see LICENSE.txt
).