aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v0.2 releaseHEAD0.2masternico2020-02-132-3/+3
| | | | | + push version to 0.2 * update README.md
* clientlist and bot_nickname supportnico2020-02-131-17/+77
| | | | | | + add event for already connected clients * bots nickname is set through the init method * generalized group assign method to slim down event code
* nickname and readme0.1.1nico2019-12-233-9/+17
| | | | | + add friendly client_nickname the bot assigns itself * small readme updates
* code cleanup and pypi setup0.1nico2019-12-229-107/+225
|\ | | | | | | | | | | | | | | + add MANIFEST.in file + add pytest / flake8 tests + add automated github action * update setup.py to build properly * code corrections
| * spellingnico2019-12-221-6/+7
| | | | | | | | * small spelling changes
| * setup is difficultnico2019-12-224-30/+48
| | | | | | | | | | | | * inversed checkdate to simplify * finished setup.py + add MANIFEST file
| * readability improvementsnico2019-12-211-44/+34
| | | | | | | | | | * update function names to indicate what they are doing * update docstrings to their correct format
| * package finish upnico2019-12-195-22/+41
| | | | | | | | | | | | | | * update setup.py * better format the main __init__ file * move exceptions to separate file for maintainability * small corrections
| * code fixupnico2019-12-122-14/+10
| | | | | | | | | | | | + add contextlib.suppress to further improve readability - remove unnecessary return from if clause * added back else case
| * test code and small init correctionsnico2019-12-124-2/+58
| | | | | | | | | | + added pytest test cases * fixed TSGroupAssigner module init file
| * initial cleanupnico2019-12-113-41/+79
|/ | | | | | * split up main method into separate event handler + add CodeFactor to README + add flake8 and pytest github action
* licence misplacednico2019-12-111-0/+0
| | | | + actually add the licence
* TSGroupAssigner setupnico2019-12-119-102/+919
| | | | | | | | + working release TSGroupAssigner module + add GPL Licence + add basic README * updated .gitignore - remove old script snippets
* TeamSpeak datebased GroupAssignernico2019-12-075-0/+237
cleaned up working release + properly register for servernotify events + process only voice_clients + properly check if client is already a group member + logging