Lucid werewolfkid
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-18 17:12:51 -05:00
17a586a0af debug
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-18 14:58:39 -05:00
ff534f4df5 debug
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-18 14:43:14 -05:00
98db311b01 debug
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-18 14:25:05 -05:00
4941fde333 debugging
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-18 14:16:17 -05:00
5812050ddb attempt to fix queries
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-18 13:03:45 -05:00
9529e892f4 Fix cron?
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-16 21:29:23 -05:00
06e01b42e6 Updated bot name.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-16 20:49:55 -05:00
cfa823a390 fix contrast with rainbow background
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-16 17:14:50 -05:00
2204e957e1 Removed unused import.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-16 17:14:17 -05:00
07aa4ff6b5 Removed image. Added gradient. Removed unnecessary logic in resolvers. Added line chart label.
werewolfkid pushed to main at wkc/no-twitter-bot 2025-12-16 15:25:10 -05:00
c088d7c4a5 Added new commands. getGroupStats and registerGroup.
66fb9cef85 Remove cache exchange
789803da59 Update imports and group info extraction from context.
8d8b7f4c3a Added new query
0177aae79a Update file name
Compare 6 commits »
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-16 15:22:01 -05:00
0b0039ce01 Update groupID in queries and mutations to be a string.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-14 10:11:43 -05:00
d84496aad6 Update .github/workflows/cron.yml
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-13 15:27:39 -05:00
935331e825 Added metadata and favicon
58e3fb73b1 Fix initial load breaking.
Compare 2 commits »
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-12 09:42:57 -05:00
a1fc19b202 added cron install into cron actions file
werewolfkid pushed to main at wkc/no-twitter-bot 2025-12-10 19:39:18 -05:00
2050e61706 Added mutation key to features.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-10 19:16:49 -05:00
b6f1b6f3e4 Added query to graphql types.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-10 19:12:49 -05:00
80730ab549 update secrets key
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-10 19:05:36 -05:00
f37f781d4e Added failsafe in increment function that will create a new DailyStat document if the latest one is not the current day. Added a check in the cron function to check that it won't create a new document if the latest DailyStat is for the current date.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-10 18:34:16 -05:00
8748a1d978 Added cronjob for creating new dailyStats document at midnight every night.