rDrama/files/helpers/lottery.py

141 lines
4.3 KiB
Python
Raw Permalink Normal View History

import time
2024-02-21 20:08:33 +00:00
import random
[DO NOT MERGE] import detanglation (#442) * move Base definition to files.classes.__init__.py * fix ImportError * move userpage listing to users.py * don't import the app from classes * consts: set default values to avoid crashes consts: warn if the secret key is the default config value * card view: sneed (user db schema) * cloudflare: use DEFAULT_CONFIG_VALUE * const: set default values * decouple media.py from __main__ * pass database to avoid imports * import cleanup and import request not in const, but in the requests mega import * move asset_submissions site check to __init__ * asset submissions feature flag * flag * g.is_tor * don't import request where it's not needed * i think this is fine * mail: move to own routes and helper * wrappers * required wrappers move * unfuck wrappers a bit * move snappy quotes and marseys to stateful consts * marsify * :pepodrool: * fix missing import * import cache * ...and settings.py * and static.py * static needs cache * route * lmao all of the jinja shit was in feeds.py amazing * classes should only import what they need from flask * import Response * hdjbjdhbhjf * ... * dfdfdfdf * make get a non-required import * isort imports (mostly) * but actually * configs * reload config on import * fgfgfgfg * config * config * initialize snappy and test * cookie of doom debug * edfjnkf * xikscdfd * debug config * set session cookie domain, i think this fixes the can't login bug * sdfbgnhvfdsghbnjfbdvvfghnn * hrsfxgf * dump the entire config on a request * kyskyskyskyskyskyskyskyskys * duifhdskfjdfd * dfdfdfdfdfdfdfdfdfdfdfdf * dfdfdfdf * imoprt all of the consts beacuse fuck it * 😭 * dfdfdfdfdfdfsdasdf * print the entire session * rffdfdfjkfksj * fgbhffh * not the secret keys * minor bug fixes * be helpful in the warning * gfgfgfg * move warning lower * isort main imports (i hope this doesn't fuck something up) * test * session cookie domain redux * dfdfdfd * try only importing Flask * formkeys fix * y * :pepodrool: * route helper * remove before flight * dfdfdfdfdf * isort classes * isort helpers * move check_for_alts to routehelpers and also sort imports and get rid of unused ones * that previous commit but actkally * readd the cache in a dozen places they were implicitly imported * use g.is_tor instead of request.headers. bla bla bla * upgrade streamers to their own route file * get rid of unused imports in __main__ * fgfgf * don't pull in the entire ORM where we don't need it * features * explicit imports for the get helper * explicit imports for the get helper redux * testing allroutes * remove unused import * decouple flask from classes * syntax fix also remember these have side fx for some reason (why?) * move side effects out of the class * posts * testing on devrama * settings * reloading * settingssdsdsds * streamer features * site settings * testing settings on devrama * import * fix modlog * remove debug stuff * revert commit 67275b21ab6e2f2520819e84d10bfc1c746a15b6 * archiveorg to _archiveorg * skhudkfkjfd * fix cron for PCM * fix bugs that snekky wants me to * Fix call to realbody passing db, standardize kwarg * test * import check_for_alts from the right place * cloudflare * testing on devrama * fix cron i think * shadow properly * tasks * Remove print which will surely be annoying in prod. * v and create new session * use files.classes * make errors import little and fix rare 500 in /allow_nsfw * Revert "use files.classes" This reverts commit 98c10b876cf86ce058b7fb955cf1ec0bfb9996c6. * pass v to media functions rather than using g * fix * dfdfdfdfd * cleanup, py type checking is dumb so don't use it where it causes issues * Fix some merge bugs, add DEFAULT_RATELIMIT to main. * Fix imports on sqlalchemy expressions. * `from random import random` is an error. * Fix replies db param. * errors: fix missing import * fix rare 500: only send to GIFT_NOTIF_ID if it exists, and send them the right text * Fix signup formkey. * fix 2 500s * propagate db to submissions * fix replies * dfdfdfdf * Fix verifiedcolor. * is_manual * can't use getters outside of an app context * don't attempt to do gumroad on sites where it's not enabled * don't attempt to do gumraod on sites's where it's unnecessary * Revert "don't attempt to do gumroad on sites where it's not enabled" This reverts commit 6f8a6331878655492dfaf1907b27f8be513c14d3. * fix 500 * validate media type Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-15 09:19:08 +00:00
from flask import g
from files.classes.lottery import Lottery
from files.helpers.alerts import *
from files.helpers.useractions import *
[DO NOT MERGE] import detanglation (#442) * move Base definition to files.classes.__init__.py * fix ImportError * move userpage listing to users.py * don't import the app from classes * consts: set default values to avoid crashes consts: warn if the secret key is the default config value * card view: sneed (user db schema) * cloudflare: use DEFAULT_CONFIG_VALUE * const: set default values * decouple media.py from __main__ * pass database to avoid imports * import cleanup and import request not in const, but in the requests mega import * move asset_submissions site check to __init__ * asset submissions feature flag * flag * g.is_tor * don't import request where it's not needed * i think this is fine * mail: move to own routes and helper * wrappers * required wrappers move * unfuck wrappers a bit * move snappy quotes and marseys to stateful consts * marsify * :pepodrool: * fix missing import * import cache * ...and settings.py * and static.py * static needs cache * route * lmao all of the jinja shit was in feeds.py amazing * classes should only import what they need from flask * import Response * hdjbjdhbhjf * ... * dfdfdfdf * make get a non-required import * isort imports (mostly) * but actually * configs * reload config on import * fgfgfgfg * config * config * initialize snappy and test * cookie of doom debug * edfjnkf * xikscdfd * debug config * set session cookie domain, i think this fixes the can't login bug * sdfbgnhvfdsghbnjfbdvvfghnn * hrsfxgf * dump the entire config on a request * kyskyskyskyskyskyskyskyskys * duifhdskfjdfd * dfdfdfdfdfdfdfdfdfdfdfdf * dfdfdfdf * imoprt all of the consts beacuse fuck it * 😭 * dfdfdfdfdfdfsdasdf * print the entire session * rffdfdfjkfksj * fgbhffh * not the secret keys * minor bug fixes * be helpful in the warning * gfgfgfg * move warning lower * isort main imports (i hope this doesn't fuck something up) * test * session cookie domain redux * dfdfdfd * try only importing Flask * formkeys fix * y * :pepodrool: * route helper * remove before flight * dfdfdfdfdf * isort classes * isort helpers * move check_for_alts to routehelpers and also sort imports and get rid of unused ones * that previous commit but actkally * readd the cache in a dozen places they were implicitly imported * use g.is_tor instead of request.headers. bla bla bla * upgrade streamers to their own route file * get rid of unused imports in __main__ * fgfgf * don't pull in the entire ORM where we don't need it * features * explicit imports for the get helper * explicit imports for the get helper redux * testing allroutes * remove unused import * decouple flask from classes * syntax fix also remember these have side fx for some reason (why?) * move side effects out of the class * posts * testing on devrama * settings * reloading * settingssdsdsds * streamer features * site settings * testing settings on devrama * import * fix modlog * remove debug stuff * revert commit 67275b21ab6e2f2520819e84d10bfc1c746a15b6 * archiveorg to _archiveorg * skhudkfkjfd * fix cron for PCM * fix bugs that snekky wants me to * Fix call to realbody passing db, standardize kwarg * test * import check_for_alts from the right place * cloudflare * testing on devrama * fix cron i think * shadow properly * tasks * Remove print which will surely be annoying in prod. * v and create new session * use files.classes * make errors import little and fix rare 500 in /allow_nsfw * Revert "use files.classes" This reverts commit 98c10b876cf86ce058b7fb955cf1ec0bfb9996c6. * pass v to media functions rather than using g * fix * dfdfdfdfd * cleanup, py type checking is dumb so don't use it where it causes issues * Fix some merge bugs, add DEFAULT_RATELIMIT to main. * Fix imports on sqlalchemy expressions. * `from random import random` is an error. * Fix replies db param. * errors: fix missing import * fix rare 500: only send to GIFT_NOTIF_ID if it exists, and send them the right text * Fix signup formkey. * fix 2 500s * propagate db to submissions * fix replies * dfdfdfdf * Fix verifiedcolor. * is_manual * can't use getters outside of an app context * don't attempt to do gumroad on sites where it's not enabled * don't attempt to do gumraod on sites's where it's unnecessary * Revert "don't attempt to do gumroad on sites where it's not enabled" This reverts commit 6f8a6331878655492dfaf1907b27f8be513c14d3. * fix 500 * validate media type Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-15 09:19:08 +00:00
from .config.const import *
LOTTERY_WINNER_BADGE_ID = 137
2022-05-30 00:49:14 +00:00
def get_active_lottery():
2023-03-16 06:27:58 +00:00
return g.db.query(Lottery).order_by(Lottery.id.desc()).filter(Lottery.is_active).one_or_none()
2022-05-29 06:01:45 +00:00
2022-05-30 00:49:14 +00:00
def get_users_participating_in_lottery():
2023-03-16 06:27:58 +00:00
return g.db.query(User) \
2022-06-13 18:33:25 +00:00
.filter(User.currently_held_lottery_tickets > 0) \
.order_by(User.currently_held_lottery_tickets.desc()).all()
2022-05-29 06:01:45 +00:00
2022-05-30 00:49:14 +00:00
def get_active_lottery_stats():
2022-06-13 18:33:25 +00:00
active_lottery = get_active_lottery()
participating_users = get_users_participating_in_lottery()
2022-05-29 06:01:45 +00:00
2022-09-04 23:15:37 +00:00
return None if active_lottery is None else active_lottery.stats, len(participating_users)
2022-05-29 06:01:45 +00:00
2022-05-30 00:49:14 +00:00
def end_lottery_session():
2022-06-13 18:33:25 +00:00
active_lottery = get_active_lottery()
2022-06-13 18:33:25 +00:00
if (active_lottery is None):
return False, "There is no active lottery!"
2022-06-13 18:33:25 +00:00
participating_users = get_users_participating_in_lottery()
raffle = []
for user in participating_users:
for _ in range(user.currently_held_lottery_tickets):
raffle.append(user.id)
if len(raffle) == 0:
active_lottery.is_active = False
return True, "Lottery ended with no participants!"
2024-02-21 20:08:33 +00:00
winner = random.choice(raffle)
2022-06-13 18:33:25 +00:00
active_lottery.winner_id = winner
winning_user = next(filter(lambda x: x.id == winner, participating_users))
2024-03-02 17:24:07 +00:00
winning_user.pay_account('coins', active_lottery.prize, "Lottery winnings")
2022-06-13 18:33:25 +00:00
winning_user.total_lottery_winnings += active_lottery.prize
2022-06-13 18:33:25 +00:00
for user in participating_users:
chance_to_win = user.currently_held_lottery_tickets / len(raffle) * 100
chance_to_win = str(chance_to_win)[:5]
2022-06-13 18:33:25 +00:00
if user.id == winner:
2022-06-28 00:54:44 +00:00
notification_text = f'You won {active_lottery.prize} coins in the lottershe! ' \
+ f'Congratulations!\n\nYour odds of winning were: {chance_to_win}%'
2022-06-13 18:33:25 +00:00
else:
notification_text = 'You did not win the lottershe. Better luck next time!\n\n' \
+ f'Your odds of winning were: {chance_to_win}%\n\nWinner: @{winning_user.username} (won {active_lottery.prize} coins)'
2022-06-13 18:33:25 +00:00
send_repeatable_notification(user.id, notification_text)
user.currently_held_lottery_tickets = 0
2022-06-13 18:33:25 +00:00
active_lottery.is_active = False
2023-03-16 06:27:58 +00:00
g.db.add(winning_user)
g.db.add(active_lottery)
2024-04-05 08:14:17 +00:00
badge_grant(user=winning_user, badge_id=LOTTERY_WINNER_BADGE_ID)
2023-03-16 06:27:58 +00:00
g.db.commit() # Intentionally commit early because cron runs with other tasks
2022-06-13 18:33:25 +00:00
return True, f'{winning_user.username} won {active_lottery.prize} coins!'
2022-05-30 00:49:14 +00:00
def start_new_lottery_session():
2022-06-13 18:33:25 +00:00
end_lottery_session()
2022-06-13 18:33:25 +00:00
lottery = Lottery()
epoch_time = int(time.time())
2022-06-16 02:23:21 +00:00
# Subtract 4 minutes from one cycle so cronjob interval doesn't cause the
# time to drift toward over multiple cycles.
one_week_from_now = epoch_time + LOTTERY_DURATION - (4 * 60)
2022-06-13 18:33:25 +00:00
lottery.ends_at = one_week_from_now
lottery.is_active = True
2023-03-16 06:27:58 +00:00
g.db.add(lottery)
2022-06-07 11:36:55 +00:00
def check_if_end_lottery_task():
2022-06-13 18:33:25 +00:00
active_lottery = get_active_lottery()
2022-06-07 11:36:55 +00:00
2022-06-13 18:33:25 +00:00
if active_lottery is None:
return False
elif active_lottery.timeleft > 0:
return False
2022-06-07 11:36:55 +00:00
2022-06-13 18:33:25 +00:00
start_new_lottery_session()
return True
2022-06-07 11:36:55 +00:00
def lottery_ticket_net_value():
2022-06-13 18:33:25 +00:00
return LOTTERY_TICKET_COST - LOTTERY_SINK_RATE
2022-06-07 11:36:55 +00:00
def purchase_lottery_tickets(v, quantity=1):
2022-06-13 18:33:25 +00:00
if quantity < 1:
2023-02-24 02:54:31 +00:00
return False, "Must purchase one or more lottershe tickets!"
2022-06-13 18:33:25 +00:00
elif (v.coins < LOTTERY_TICKET_COST * quantity):
2023-01-27 12:09:20 +00:00
return False, f"Lottery tickets cost {LOTTERY_TICKET_COST} coins each!"
2022-06-13 18:33:25 +00:00
most_recent_lottery = get_active_lottery()
if (most_recent_lottery is None):
return False, "There is no active lottery!"
2024-03-06 01:58:39 +00:00
charge_reason = f'Cost of {quantity} lottery ticket'
if quantity > 1:
charge_reason += 's'
2024-03-09 12:19:38 +00:00
if not v.charge_account('coins', LOTTERY_TICKET_COST * quantity, charge_reason):
2022-11-01 05:25:19 +00:00
return False, "You don't have enough coins"
2023-11-27 21:13:07 +00:00
2022-06-13 18:33:25 +00:00
v.currently_held_lottery_tickets += quantity
v.total_held_lottery_tickets += quantity
2022-06-13 18:33:25 +00:00
net_ticket_value = lottery_ticket_net_value() * quantity
most_recent_lottery.prize += net_ticket_value
most_recent_lottery.tickets_sold += quantity
2022-06-28 00:54:44 +00:00
if quantity == 1: return True, f'Successfully purchased {quantity} lottershe ticket!'
return True, f'Successfully purchased {quantity} lottershe tickets!'
def grant_lottery_tickets_to_user(v, quantity):
2022-06-13 18:33:25 +00:00
active_lottery = get_active_lottery()
prize_value = lottery_ticket_net_value() * quantity
2022-06-13 18:33:25 +00:00
if active_lottery:
v.currently_held_lottery_tickets += quantity
v.total_held_lottery_tickets += quantity
2022-06-13 18:33:25 +00:00
active_lottery.prize += prize_value
active_lottery.tickets_sold += quantity