win scraping

- will scape won games at start to update db for giveaways the bot has entered
- schedules a once a day run of scraping won giveaways
This commit is contained in:
mcinj 2022-06-08 21:55:17 -04:00
parent de2379587e
commit 48c030f445
10 changed files with 200 additions and 13 deletions

View file

@ -5,5 +5,6 @@
<ul>
<li>Total Giveaways Considered: {{totals}}</li>
<li>Giveaways Entered: {{entered}}</li>
<li>Giveaways Won (with the bot): {{won}}</li>
</ul>
{% endblock %}