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
- Host: GitHub
- URL: https://github.com/voidpp/plutonium
- Owner: voidpp
- Created: 2015-01-07T15:02:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T03:22:25.000Z (about 11 years ago)
- Last Synced: 2025-07-30T18:53:45.189Z (11 months ago)
- Language: Python
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`