Jonathan Golder
c32577c7dc
v0.2.1: Fix compatibility issue with recent pywikibot
3 years ago
Jonathan Golder
a0ac0a95b1
Merge branch 'release-0.2'
6 years ago
Jonathan Golder
ed7e1acabc
Prepare release v0.2
6 years ago
Jonathan Golder
122cda6935
Merge branch 'i#5-python-dist-package' into develop
6 years ago
Jonathan Golder
1bfc57c0ae
Add a MANIFEST.in
Based on https://github.com/pypa/sampleproject/blob/master/MANIFEST.in
Issue #5 (#5 )
6 years ago
Jonathan Golder
a9d7834c15
Add a setup.cfg file
Based on https://github.com/pypa/sampleproject/blob/master/setup.cfg
Issue #5 (#5 )
6 years ago
Jonathan Golder
57a06a4b07
Rename license file
To match conventions using uppercase name
Issue #5 (#5 )
6 years ago
Jonathan Golder
2686eca57d
Add setup.py
Based on https://github.com/pypa/sampleproject/blob/master/setup.py
Issue #5 (#5 )
6 years ago
Jonathan Golder
fa4719d949
dist: Move modules to jogobot subdir
Issue #5 (#5 )
6 years ago
Jonathan Golder
13934346b8
Merge branch 'release-0.1' back into develop
7 years ago
Jonathan Golder
d69d873624
Merge branch 'release-0.1'
7 years ago
Jonathan Golder
05803cff53
Prepare release version 0.1
7 years ago
Jonathan Golder
9131235b7b
Add a README.md file
To provide general information about this repo
9 years ago
Jonathan Golder
fdb1cded22
Update file headers and add licence text
The terms of the GPL enforce to provide a copy of the license text
9 years ago
Jonathan Golder
49ada2993e
Merge branch 'fs#84-standardized-bot-wrapper' into test-v1
9 years ago
Jonathan Golder
28d03f35b8
Add standardized Bot start API from red-Bot
To make it possible to easily reuse this in other bot projects
Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=84 FS#84]
Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=84 FS#84]
9 years ago
Jonathan Golder
2173f2984f
Merge branch 'fs58-pywikibot-logging-changed' into test-v1
9 years ago
Jonathan Golder
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
9 years ago
Jonathan Golder
fbe9799df7
Merge branch 'jogobot-config' into test-v1
9 years ago
Jonathan Golder
7212b8eee4
Re-Structure config module
9 years ago
Jonathan Golder
dac01a224b
Parse config entrys with ast.literal_eval to get python datatypes (like Tuples, Lists ...)
9 years ago
Jonathan Golder
b0c844b2de
Use config in jogobot.py
Set configparser.interpolation to none to prevent parsing timestamps
9 years ago
Jonathan Golder
027d7d1543
Use configparser to read configuration
9 years ago
Jonathan Golder
0daf72b625
Update year in (c)-Notice to 2016
9 years ago
Jonathan Golder
7c9225660e
Merge branch 'StatusAPI'
9 years ago
Jonathan Golder
b79cf48a22
Insert a StatusAPI and a wrapper function to detect if Bot or Parts are disabled
Use a separate config file
9 years ago
Jonathan Golder
fe7eca1b8d
Merge branch 'output_wrapper'
9 years ago
Jonathan Golder
800cc46574
Move sendmail function out of class since it doesn't need any data from it an it was a static method anyway
9 years ago
Jonathan Golder
3721683a28
Since we like to have timestamps in Output for logging, we replace
pywikibot.output with jogobot.output via monkey patching
9 years ago
Jonathan Golder
885c5d3223
Add a wrapper function for pywikibot output functions to add a timestamp to each message
9 years ago
Jonathan Golder
f606a83424
Add .gitignore
9 years ago
Jonathan Golder
0d38bbbfff
Add staticmethod for sending mails via MTA on Toollabs
9 years ago
Jonathan Golder
52e0a16498
A few first bricks
9 years ago