Commit Graph
100 Commits
Author SHA1 Message Date
lili 6d3a4671cc fix dictionary iteration in redeems 2024-02-10 11:31:51 +01:00
lili 384ca03e23 rewrite space warning 2024-02-06 20:16:54 +01:00
lili 7722bdf608 add redeem name warning to init 2024-02-06 20:15:58 +01:00
lili 7dfc8faae7 add warning about spaces 2024-02-06 20:12:12 +01:00
lili 8e4d21c02f clarify positivity of integer 2024-02-06 19:11:53 +01:00
lili 571aa47aab make zero points not redeemable 2024-02-06 19:10:37 +01:00
lili 433564bddf only one debug log for terminal needed 2024-02-06 19:06:00 +01:00
lili 1abab80da4 promote to 1.2.2a1 2024-02-06 18:21:38 +01:00
lili 894ff175a6 remove redundant line ends 2024-02-06 18:18:15 +01:00
lili 6641121ca3 add <br>s to help message construction 2024-02-04 18:09:47 +01:00
lili 7ffb1a15b0 change webhook to use rawBody instead of body when reading msg
remove_emoji function is now unused, as shortcodes get scrubbed in rawBody now
2024-02-04 18:09:36 +01:00
lili e5e88bf520 Merge branch 'master' of github.com:SleepyLili/tlapbot into develop 2024-02-04 11:28:51 +01:00
lili b4a6c4e41c html/jinja formatting improvements
thanks chat
2024-02-03 18:47:42 +01:00
lili 8c19088640 readme: reword milestone "goal" and "price"
should hopefully suggest more clearly that milestones need goal
and everything else needs price
also changed the example to list goal first
2023-07-13 12:44:15 +02:00
lili 5316f7e205 improve default_redeems
list milestone "goal" first in the redeems dictionary
2023-07-13 12:42:46 +02:00
lili 31426fd851 promote to 1.2.1 2023-07-10 11:16:44 +02:00
lili 8d5a3cda42 update readme for 1.2.1 2023-07-10 11:13:31 +02:00
lili e237e7f885 declare alpha version 1.2.1a1 2023-07-03 12:56:03 +02:00
lili 80037593a9 fix redeem handler for redeems with no price
milestone needs to be handled first
2023-07-03 12:27:45 +02:00
lili d484a0a363 fix reset_milestone 2023-07-03 12:18:29 +02:00
lili 348e674f74 make price tab in dashboard blank for milestones 2023-07-03 11:02:09 +02:00
lili ca9aa6d79d add reset and hard-reset command to init 2023-07-03 10:46:35 +02:00
lili ae42a052de add true/false fail checks to click commands
previously click would print stuff like "X done succesfully" after error
now it'll be more clear that a failure has occured
2023-06-26 13:40:26 +02:00
lili d1416d3706 add reset-milestone and hard-reset-milestone
commands to click
2023-06-26 13:28:34 +02:00
lili f66b125ac3 remove unused start_milestone function 2023-06-26 13:12:28 +02:00
lili 6f6fc10d0f remove minimum bid for #15 2023-06-20 14:39:19 +02:00
lili bf68f518da add error handling and response check to requests 2023-06-20 13:41:22 +02:00
lili 8e74da1f26 release time? 2023-03-28 14:51:53 +02:00
lili b08371838f fix redeeming inactive redeem 2023-03-28 13:05:35 +02:00
lili 739438f28b move active category check
from __init__.py to being done runtime in functions
2023-03-28 13:02:50 +02:00
lili d372ed6e6b bugfix: check_apply_milestone was []ing None 2023-03-27 16:38:05 +02:00
lili 1b02624dea bugfix: milestone_complete was trying to [] None 2023-03-27 16:30:39 +02:00
lili 265a6cc9b4 fix check for more than have, add error chat 2023-03-27 16:30:24 +02:00
lili 021737ad16 check if user has all the points they're sending 2023-03-27 14:24:35 +02:00
lili 6c2eb41ec3 update initial setup with counters/milestones 2023-03-27 14:21:31 +02:00
lili c68a3924fc simplify refresh_counters 2023-03-27 14:19:26 +02:00
lili 6e500c962d fix import 2023-03-27 13:34:31 +02:00
lili 0b84e06c52 hide inactive milestones/counters, change fn name
function is is_redeem_active
2023-03-27 13:34:13 +02:00
lili b985a58b8f update beta version -- release candidate? 2023-03-27 11:00:42 +02:00
lili 19f8e28780 fix typo in readme 2023-03-26 14:08:26 +02:00
lili 99e014b2d1 fix the instance folder references in readme 2023-03-26 14:06:40 +02:00
lili 5f0aa468c7 readme updates: correct instance folder location
also add a disclaimer about redeems.py
2023-03-26 13:31:00 +02:00
lili 1937c5d660 add negative bid protection to add_to_milestone 2023-03-26 13:11:31 +02:00
lili 3858a14f1a add goal changing to refresh_milestones() 2023-03-26 12:22:54 +02:00
lili ea1fc6e051 add example milestone to README.md 2023-03-22 14:53:48 +01:00
lili 0176b6e84c fix minimum bid bug 2023-03-21 12:32:19 +01:00
lili 7b31dbcb31 move redeem types summary after dashboard images 2023-03-21 12:16:36 +01:00
lili 6248a2c546 update readme images to nice ones 2023-03-21 12:09:39 +01:00
lili 44eb0be6e2 fix typos in default_redeems.py 2023-03-21 11:47:32 +01:00
lili abbc099661 add new default milestone
update wording on "price" to mention milestone minimum bid
2023-03-21 11:46:28 +01:00
lili 7a37f8afcf change reference to tlapbot dashboard in init py 2023-03-21 11:40:55 +01:00
lili f8a174b94f readme update
passive mode, milestone goals, goal in redeems dict
also changed wording on init-db function
also removed the in-development line for being confusing
2023-03-21 10:03:26 +01:00
lili b8e465e50c rename owncast_redeem_dashboard->tlapbot_dashboard 2023-03-20 17:41:56 +01:00
lili 26c94a65a9 update version to beta 1 for tomorrow's stream 2023-03-20 17:29:16 +01:00
lili 10e84d4aab split redeem operations into redeems.py
owncast_helpers.py is now smaller and only contains smaller, generic fns
so no direct redeem manipulations, but reading points, users, etc.
2023-03-20 17:28:54 +01:00
lili 7235340a39 split out requests to owncast_requests.py 2023-03-20 17:16:17 +01:00
lili d6297c537f fix completeness function 2023-03-20 17:10:33 +01:00
lili e1ef0c4619 add needed imports 2023-03-20 14:28:50 +01:00
lili 49053ee4f4 add completeness to milestones 2023-03-20 13:23:20 +01:00
lili 9d910e58ce bump version for stream 2023-03-16 16:29:03 +01:00
lili 583aeedf64 fix typo 2023-03-15 14:21:15 +01:00
lili 423f12ed34 fix milestone deletion 2023-03-15 14:19:38 +01:00
lili 7e408c1b74 remove number of donated points from message
it's not always true.
2023-03-15 14:11:34 +01:00
lili cf8376eebc add refresh-milestones to cli. fix cli errors 2023-03-15 14:11:11 +01:00
lili c203ce132f add refresh milestones command 2023-03-15 13:37:21 +01:00
lili 22501c80c0 milestone upgrade
subtract pts, rename count to progress, send a chat message on success
2023-03-15 13:13:14 +01:00
lili 54ea10a43c change alpha version for livestream 2023-03-14 16:46:29 +01:00
lili 9019f98031 prettier milestone, redeem queue tab 2023-03-14 16:43:26 +01:00
lili e8b9ca3cda Remove extra line from milestone explanation 2023-03-14 16:31:28 +01:00
lili 9323b58ed6 FIXED milestones dashboard 2023-03-14 16:28:45 +01:00
lili cb574618a6 working milestones prototype in dashboard 2023-03-14 16:26:04 +01:00
lili 68b8588c76 dashboard milestones stub 2023-03-14 15:42:14 +01:00
lili 2732967e26 fix error catching in add_to_milestone 2023-03-14 15:14:52 +01:00
lili 07c701de71 milestone stub + helpers name change
lets hope milestones work
2023-03-14 14:15:18 +01:00
lili 90615ce7c6 add colspan to "recent redeems"
no longer makes an extra line
2023-03-13 15:29:34 +01:00
lili 82d9088c18 first version of passive mode
seems to work fine
2023-03-13 15:22:40 +01:00
lili 189ffcc1a8 add error check to is_stream_live() 2023-03-13 14:59:20 +01:00
lili 0d56521602 add prefix info to readme 2023-01-18 17:08:56 +01:00
lili a5b38865eb promote beta build to full release 2023-01-18 16:44:36 +01:00
lili fd66271a4c more readme updates 2023-01-18 14:30:16 +01:00
lili af66b9f839 more readme updates 2023-01-18 14:27:27 +01:00
lili 2f13ffabe9 readme: more domain changes to .example, wording 2023-01-18 10:57:05 +01:00
lili 2d0976f441 readme update: change example domain to .example 2023-01-18 10:54:23 +01:00
lili c6542515aa readme update: add more about categories 2023-01-18 10:53:35 +01:00
lili ddaa111c84 promote build to beta 1
all features are about done, let's goooooooooooooooooooo
2023-01-16 13:31:52 +01:00
lili c047ec94ac add auto-refresh to dashboard + fix bug
selected "tab"/"button" is now properly highlighted
dashboard refreshes every 30 seconds
2023-01-16 13:30:43 +01:00
lili 0c678d8988 add a safeguard for empty list categories redeems
remove warnings in readme about it as well
2023-01-16 13:30:15 +01:00
lili dc68887c82 change redeem categories to list format 2023-01-13 18:51:44 +01:00
lili 02bf3223c4 draft of updated readme
currently it says that categories are a list but they are not.
i hope to make them a list before release lol
2023-01-13 15:12:56 +01:00
lili f3d088d6fb change types to categories
to avoid confusion with actual types of redeems like list
2023-01-13 12:57:43 +01:00
lili ae792192e8 add a category example to default redeems 2023-01-13 11:04:30 +01:00
lili ef2f6910e6 add a refresh+clear command 2023-01-13 11:04:01 +01:00
lili 625d37209c promote build to alpha 2 2023-01-12 14:40:19 +01:00
lili 10c4f6f514 split long line 2023-01-12 14:40:05 +01:00
lili 27812b9480 add first implementation of redeem categories 2023-01-12 14:23:32 +01:00
lili 2138650f91 reorganize helpers file 2023-01-12 13:20:28 +01:00
lili d3763d51c3 fix regex to be non-greedy 2023-01-11 10:25:48 +01:00
lili 05f28b71bd promote develop build to 1.1.0a1
very early alpha, still missing 2 things from the checklist
2023-01-10 12:23:59 +01:00
lili 6283a8f948 split long line in db.py 2023-01-09 15:21:20 +01:00
lili 537fa01aef split long lines in redeems_handler.py 2023-01-09 15:17:45 +01:00