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:
10
lib/config.py.example
Executable file
10
lib/config.py.example
Executable file
@@ -0,0 +1,10 @@
|
||||
# user editable values
|
||||
|
||||
username = 'username'
|
||||
password = 'password'
|
||||
|
||||
# system values, edit at your own risk
|
||||
|
||||
domain = 'http://nnm-club.me'
|
||||
|
||||
|
Reference in New Issue
Block a user