hoarder/README.md
Tony Blyler daf6094ad7 * The included config is now an example config.
* Fixes a logging issue when already downloading a torrent.
* Uses better management of the download queue
* Fixes a constant spamming issue when the queue is empty and there is a download
2014-05-08 21:58:17 -04:00

14 lines
296 B
Markdown

Hoarder
========
Requirements
------------
- Python 2
- PIP (to install dependencies)
Install
-------
1. Clone the repository
2. Run `pip install -r requirements.txt`
3. Make a config file, `hoarder.conf` based off, `hoarder.conf.ex` to suit your needs
4. Run `python hoarder.py` with Python 2