aboutsummaryrefslogtreecommitdiff
path: root/geldschieberbot.py
Commit message (Collapse)AuthorAgeFilesLines
* implement cancel commandFlorian Fischer2018-12-131-0/+15
|
* refactor and initial implementation of scheduled_cmdsFlorian Fischer2018-12-131-242/+342
| | | | | | | | | | | * Now the state is stored in a single file at $GSB_STATE_FILE. * Fixed some typos. * Commands are now functions in a dict. The sender_number, the args, and the whole message are passed to the command functions. * for each scheduled command a name, the command args and the timestamp of the last execution are stored. * datetime.timedelta objects are used to check if a scheduled cmd should run
* also split amount on german ,Florian Fischer2018-12-061-1/+3
|
* strip lines in messageFlorian Fischer2018-11-101-1/+1
|
* fix empty message checkFlorian Fischer2018-10-091-1/+1
|
* parse groupId correctFlorian Fischer2018-10-051-1/+1
|
* fix MessageFlorian Fischer2018-10-051-1/+1
|
* fix sender var nameFlorian Fischer2018-10-051-1/+1
|
* use json output of signal-cliFlorian Fischer2018-10-051-50/+13
|
* add dry runFlorian Fischer2017-12-231-5/+16
|
* only declare last_change once globalFlorian Fischer2017-11-271-4/+2
|
* always clear last_change before making a new changesFlorian Fischer2017-11-271-0/+14
|
* fix "fuck"Florian Fischer2017-11-271-6/+11
|
* add rewind command "fuck"Florian Fischer2017-11-271-12/+56
|
* fix splitFlorian Fischer2017-11-111-1/+1
|
* fix splitFlorian Fischer2017-11-111-2/+2
|
* add split featureFlorian Fischer2017-11-091-53/+101
| | | | | | update help string improve error messages improve identation
* adjust tanken to cents and improve itFlorian Fischer2017-11-091-2/+3
| | | | | | | | geldschieberbot: convert commandline to lower case tanken: fix spelling tanken: do less int conversions tanken: return ints
* fix function name and formattingFlorian Fischer2017-11-091-4/+4
|
* call abs() before to_euro()Florian Fischer2017-11-091-2/+2
|
* don't use floatsFlorian Fischer2017-11-091-5/+22
| | | | THIS BREAKS THE OLD BALANCES!!!
* fix string formatFlorian Fischer2017-11-091-4/+4
|
* fix tanken hopfully the last timeFlorian Fischer2017-11-091-7/+12
|
* mention everyone and don't handle recipientFlorian Fischer2017-11-091-5/+7
|
* add tanken featureFlorian Fischer2017-11-091-16/+56
|
* include recipient in balance feedbackFlorian Fischer2017-10-251-1/+1
|
* make argument positions of zieh|schieb identicalFlorian Fischer2017-10-251-6/+14
|
* remove round and use string.formatFlorian Fischer2017-10-251-3/+2
|
* fix syntaxFlorian Fischer2017-10-251-1/+1
|
* add gib nimm aliases & round numbersFlorian Fischer2017-10-251-18/+13
|
* fix lower for summaryFlorian Fischer2017-08-151-1/+2
|
* lower input namesFlorian Fischer2017-08-151-1/+3
|
* fix total in summaryFlorian Fischer2017-08-141-1/+1
|
* add total to summaryFlorian Fischer2017-08-141-0/+4
|
* convert amount to float not intFlorian Fischer2017-08-141-2/+1
|
* don't fail on invalid inputFlorian Fischer2017-08-121-0/+6
|
* fix summaryFlorian Fischer2017-08-121-1/+1
|
* improve summary add single user summaryFlorian Fischer2017-08-121-14/+27
|
* error if amount of schieb/zieh is negativFlorian Fischer2017-08-121-0/+4
|
* remove indent from help textFlorian Fischer2017-08-111-6/+7
|
* add help textFlorian Fischer2017-08-111-3/+12
|
* fix bug in cmd detectionFlorian Fischer2017-08-111-1/+1
|
* add first prototypeFlorian Fischer2017-08-111-0/+181