1

Rewrite as standard Python CLI app and more

Now this app supports configuration via lib/config.py. No more
hardcode!

Now torrent files sorted by last moderator check date, and torrents
that haven't been checked will be skipped with log message.
This commit is contained in:
Valdos Sine
2014-12-26 23:08:52 +04:00
committed by Vladimir Hodakov
parent 795d7846bf
commit d391c3ddea
3 changed files with 118 additions and 72 deletions

10
lib/config.py.example Executable file
View File

@@ -0,0 +1,10 @@
# user editable values
username = 'username'
password = 'password'
# system values, edit at your own risk
domain = 'http://nnm-club.me'