Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added more info about script configuration.
Adicionado mais informação sobre configuração do script.
  • Loading branch information
pulgalipe committed Jun 20, 2014
1 parent 9cd8ea8 commit 96a4508
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@ $ sudo pip install feedparser
```

#####Usage of the script
Just run the script using the command:
Before run the script you need to change some variables on code, like:
#####os.chdir( '/home/username/some_folder' )
Which you define the folder where your torrents will be downloaded.

#####RELEASES = [ "Release1", "Release2", "Release3" ]
Where you define filters to downloads your torrents.
You can define hou much filters as you want, since you keep each one separated by commas and quotes.

#####PASS = "Sua_Passkey_do_BJ2"
Is your cookie variable.

#####UID = "Sua_UID_do_BJ2"
Another cookie variable from your BJ2 account.

And then you can just run the script using the command:
```sh
$ python bj2feeder.py
```
Expand All @@ -41,7 +55,21 @@ $ sudo pip install feedparser
```

####Usando o script
Apenas execute o script utilizando o comando:
Antes de executar o script é preciso mudar algumas variáveis no código do script, como:
#####os.chdir( '/home/nome_usuario/algum_diretorio' )
Onde você define o diretório onde seus torrents serão baixados.

#####RELEASES = [ "Release1", "Release2", "Release3" ]
Onde você define os filtros para baixar seus torrents.
Pode definir quantos quiser separado cada um por vígula e colocando entre aspas.

#####PASS = "Sua_Passkey_do_BJ2"
É a variável do cookie do site.

#####UID = "Sua_UID_do_BJ2"
Uoutra variável do cookie da sua conta do BJ2.

E agora você poderá executar o script utilizando o comando:
```sh
$ python bj2feeder.py
```
Expand Down

0 comments on commit 96a4508

Please sign in to comment.