Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Make description much more beautiful.
Deixar a descrição ainda mais bonita.
  • Loading branch information
PulgolinO authored and PulgolinO committed Jun 20, 2014
1 parent 1d22cca commit 7dd5581
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,48 @@
bj2feeder
=========

##RSS downloader for BJ2 Torrent Tracker
RSS downloader for BJ2 Torrent Tracker

#####Requirements
**Requirements**
feedparser, wget

#####How to install the requirements
**How to install the requirements**
Copy & paste this code in your terminal:

```$ sudo apt-get install wget python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install feedparser```

#####Usage of the script
**Usage of the script**
Just run the script using the command:

```$ python bj2feeder.py```
```sh
$ python bj2feeder.py
```

Yay! It's so easy that I can't believe! \o/
**Yay! It's so easy that I can't believe! \o/**

----------------------------------------------

###RSS Downloader para BJ2 Torrent Tracker
**RSS Downloader para BJ2 Torrent Tracker**

#####Requirementos
**Requirementos**
feedparser, wget

#####Como instalar os requerimentos
**Como instalar os requerimentos**
Copie e cole no seu terminal:

```$ sudo apt-get install wget python-pip python-dev build-essential
```sh
$ sudo apt-get install wget python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install feedparser```
$ sudo pip install feedparser
```

#####Usando o script
**Usando o script**
Apenas execute o script utilizando o comando:

```$ python bj2feeder.py```
```sh
$ python bj2feeder.py
```

Aha! É tão fácil que parece mentira! \o/
**Aha! É tão fácil que parece mentira! \o/**

0 comments on commit 7dd5581

Please sign in to comment.