Lili (Tlapka)
|
ca9aa6d79d
|
add reset and hard-reset command to init
|
2023-07-03 10:46:35 +02:00 |
Lili (Tlapka)
|
739438f28b
|
move active category check
from __init__.py to being done runtime in functions
|
2023-03-28 13:02:50 +02:00 |
Lili (Tlapka)
|
6e500c962d
|
fix import
|
2023-03-27 13:34:31 +02:00 |
Lili (Tlapka)
|
7a37f8afcf
|
change reference to tlapbot dashboard in init py
|
2023-03-21 11:40:55 +01:00 |
Lili (Tlapka)
|
b8e465e50c
|
rename owncast_redeem_dashboard->tlapbot_dashboard
|
2023-03-20 17:41:56 +01:00 |
Lili (Tlapka)
|
7235340a39
|
split out requests to owncast_requests.py
|
2023-03-20 17:16:17 +01:00 |
Lili (Tlapka)
|
cf8376eebc
|
add refresh-milestones to cli. fix cli errors
|
2023-03-15 14:11:11 +01:00 |
Lili (Tlapka)
|
f3d088d6fb
|
change types to categories
to avoid confusion with actual types of redeems like list
|
2023-01-13 12:57:43 +01:00 |
Lili (Tlapka)
|
ef2f6910e6
|
add a refresh+clear command
|
2023-01-13 11:04:01 +01:00 |
Lili (Tlapka)
|
27812b9480
|
add first implementation of redeem categories
|
2023-01-12 14:23:32 +01:00 |
Lili (Tlapka)
|
6a3e74cdec
|
add prefix sanity check to init
tlapbot will throw runtime error if prefix isn't a single character
longer prefixes would break the bot bc of how redeems_handler.py works
|
2023-01-04 12:38:58 +01:00 |
trwnh
|
fe57550de2
|
Fix: Remove strict "is True" check
`is True` checks that the value points to the same memory. To check for truthiness, use `== True` or simply `if condition`
|
2022-11-30 11:00:30 -06:00 |
Lili (Tlapka)
|
22b4ee68d9
|
add gunicorn logging, GUNICORN to config.py
|
2022-11-24 16:56:23 +01:00 |
Lili (Tlapka)
|
444601dab8
|
version 1.0.0a2: change prints to logger
errors are warning, debug is for spam.
|
2022-11-24 16:06:01 +01:00 |
Lili (Tlapka)
|
7b9dbc805c
|
add new and moved CLI commands to init
|
2022-11-07 16:45:29 +01:00 |
Lili (Tlapka)
|
2c3109901c
|
make app silently fail when config is missing
since default was already loaded
|
2022-11-07 16:29:02 +01:00 |
Lili (Tlapka)
|
a62c718aa1
|
add a default redeems file
|
2022-10-18 14:44:46 +02:00 |
Lili (Tlapka)
|
d8230da013
|
more style fixes everywhere else
|
2022-10-17 18:47:30 +02:00 |
Lili (Tlapka)
|
062e1c113e
|
prepare skeletons for configurable redeems
move redeem handling code to redeem handler
|
2022-10-10 15:14:57 +02:00 |
Lili (Tlapka)
|
8bbe273df4
|
reorganize app factory
|
2022-09-26 11:10:58 +02:00 |
Lili (Tlapka)
|
ac0f5c4549
|
make db config work in instance dir when package
|
2022-09-23 11:49:32 +02:00 |
Lili (Tlapka)
|
2f54388814
|
change config file load to work when package
|
2022-09-23 11:15:06 +02:00 |
Lili (Tlapka)
|
4c3d2cc734
|
improvement: no points giving when stream is off
|
2022-09-14 14:05:10 +02:00 |
Lili (Tlapka)
|
20c2d2536e
|
beginning work on redeem dashboard
for now it's just a static site
|
2022-09-07 16:44:59 +02:00 |
Lili (Tlapka)
|
0bca3d65a8
|
add base support for display name changes
|
2022-09-06 18:20:44 +02:00 |
Lili (Tlapka)
|
4a0940b8ff
|
configurable points per X second part 2
|
2022-09-05 13:20:39 +02:00 |
Lili (Tlapka)
|
aa7a53342f
|
preparation for configurable points
|
2022-08-30 15:32:17 +02:00 |
Lili (Tlapka)
|
d80ea74a29
|
add automatic point addition
|
2022-08-30 15:25:21 +02:00 |
Lili (Tlapka)
|
63b4c73cda
|
change filenames to snake_case as well
|
2022-08-24 13:47:55 +02:00 |
Lili (Tlapka)
|
ef88403ca4
|
add a working config file!
|
2022-08-22 16:43:56 +02:00 |
Lili (Tlapka)
|
67fc364b8e
|
first prototype of point tracking. no point redeem
|
2022-08-17 16:33:40 +02:00 |
Lili (Tlapka)
|
de9294c754
|
early progress: untested so far
|
2022-06-08 14:22:58 +02:00 |