# Plutonium 
#### Yet another rss fetcher for bittorrent feeds
Tested only debian wheezy and ubuntu 14.04

## Installation

####Install system dependecies:
```
sudo apt-get install python2.7 python-dev python-pip python-mysqldb python-lxml
```

####Install Plutonium from pip
```
sudo pip install plutonium plutonium-plugin-output-transmission plutonium-plugin-configui-web
```

####Configure the current installation
```
plutonium configure
```
The `configure`:
* create application and logger config from templates
* configure the plugins
* initialize the database

####Start the Plutonium
```
plutonium start
```

####For help: `plutonium -h`
