summaryrefslogtreecommitdiffstats
path: root/magicbot.service.dummy
Commit message (Collapse)AuthorAgeFilesLines
* refactorization (#1)nico2018-10-011-13/+13
| | | | | | | | | | | | | * changed all lineendings to lf * cleaned up main class * refactor bot * refactor bot functions * moved functions.py to classes dir * code comment changes * changed code comment style - removed unnecessary pass statement + added missing newline * simplified function and return statements
* + first release with basic functionalitynico2018-07-201-0/+13
+ added systemd service file + added README with instructions