Commit Graph

14 Commits

Author SHA1 Message Date
7212b8eee4 Re-Structure config module 2016-03-11 14:39:17 +01:00
dac01a224b Parse config entrys with ast.literal_eval to get python datatypes (like Tuples, Lists ...) 2016-02-29 11:09:50 +01:00
b0c844b2de Use config in jogobot.py
Set configparser.interpolation to none to prevent parsing timestamps
2016-02-25 13:48:38 +01:00
027d7d1543 Use configparser to read configuration 2016-02-25 13:24:13 +01:00
0daf72b625 Update year in (c)-Notice to 2016 2016-02-23 10:54:56 +01:00
7c9225660e Merge branch 'StatusAPI' 2016-02-22 17:24:46 +01:00
b79cf48a22 Insert a StatusAPI and a wrapper function to detect if Bot or Parts are disabled
Use a separate config file
2016-02-22 14:25:18 +01:00
fe7eca1b8d Merge branch 'output_wrapper' 2016-02-22 11:25:37 +01:00
800cc46574 Move sendmail function out of class since it doesn't need any data from it an it was a static method anyway 2016-02-22 11:13:14 +01:00
3721683a28 Since we like to have timestamps in Output for logging, we replace
pywikibot.output with jogobot.output via monkey patching
2016-02-22 10:52:45 +01:00
885c5d3223 Add a wrapper function for pywikibot output functions to add a timestamp to each message 2016-02-19 13:59:23 +01:00
f606a83424 Add .gitignore 2016-01-29 22:00:22 +01:00
0d38bbbfff Add staticmethod for sending mails via MTA on Toollabs 2016-01-29 14:39:40 +01:00
52e0a16498 A few first bricks 2016-01-29 14:35:02 +01:00