An open API service indexing awesome lists of open source software.

https://github.com/voidpp/plutonium

Yet another rss fetcher for bittorrent feeds
https://github.com/voidpp/plutonium

Last synced: 10 months ago
JSON representation

Yet another rss fetcher for bittorrent feeds

Awesome Lists containing this project

README

          

# Plutonium
#### Yet another rss fetcher for bittorrent feeds
Tested only 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`