Lucid werewolfkid
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.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-10 16:42:25 -05:00
30b4f65ec6 Secured mutations with an api-key. When in production mode it should return null if an API key is not provided or is incorrect.
werewolfkid pushed to main at wkc/no-twitter-bot-stats 2025-12-06 23:46:07 -05:00
678d1e7b5e fixed conditional rendering logic
werewolfkid pushed to main at wkc/no-twitter-bot 2025-12-06 23:45:48 -05:00
465fbf96c9 fixed env variable not working.
werewolfkid pushed to main at wkc/no-twitter-bot 2025-12-06 22:33:00 -05:00
30546606d7 Merge pull request 'graphql' (#81) from graphql into main
98f954aa82 update api token
a0107eeb27 added api token to urql and env example
74d32d518e added new env variable
926df56972 Added graphql calls every time a feature is triggered, the bot responds to a command, and deletes a link
Compare 8 commits »
werewolfkid merged pull request wkc/no-twitter-bot#81 2025-12-06 22:32:59 -05:00
graphql
werewolfkid created pull request wkc/no-twitter-bot#81 2025-12-06 22:24:50 -05:00
graphql