Commit Graph

9 Commits

Author SHA1 Message Date
5ecfb2a37b Catch import Error due to change in pywikibot
In master branch of pywikibot the logging related stuff is moved to a
new module pywikibot.logging. As we want to be compatible to both
the master (for use of shared pywikibot on labs) and also the 2.0 branch
we need to catch this

[https://fs.golderweb.de/index.php?do=details&task_id=58 FS#58]
pywikibot-core commit d7d7a14
2016-07-11 23:36:57 +02:00
b0c844b2de Use config in jogobot.py
Set configparser.interpolation to none to prevent parsing timestamps
2016-02-25 13:48:38 +01:00
0daf72b625 Update year in (c)-Notice to 2016 2016-02-23 10:54:56 +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
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
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