Replies: 12 comments
-
I'd like to get all of our current users and readme messaging clear & on the same bot. Here's the current userlist Whole family chat I'd like for us to continue to build this out and get others to use the tool as well. I had 10 random groups using the old version before my other telegram account got deleted |
Beta Was this translation helpful? Give feedback.
-
What was sad ? I don't care either, we can make an entirely new one if you want Is this issue just for picking a bot username? In that case may as well keep stood_bot since it's setup on readme |
Beta Was this translation helpful? Give feedback.
-
Issue is just in consolidating everything. Who's DB instance should we use? (we'll both need credentials) Webhook url might need updated based on above choices. Is there a way we can improve the vercel auto deploys? (we can get a sponsorship from vercel for a free team plan) https://vercel.com/support/articles/can-vercel-sponsor-my-open-source-project |
Beta Was this translation helpful? Give feedback.
-
https://vercel.com/docs/solutions/cron-jobs Thoughts on using github actions for the cron jobs so they are easily viewable and editable by all developers? |
Beta Was this translation helpful? Give feedback.
-
Sponsorship is great, can you submit a request for that? |
Beta Was this translation helpful? Give feedback.
-
Wow github actions for cron, looks fool proof. I did a quick search for limitations and didn't find any, other than not being able to run shorter than every 5 minutes, which is just fine for us |
Beta Was this translation helpful? Give feedback.
-
This is what I have right now for reminder api, but how do we also call send api in the same workflow so that it doesn't run at 15 UTC but rather at 16 UTC? I think need some sort of IF statement , cause if I add it now it'll run both remidner & schedule twice a day |
Beta Was this translation helpful? Give feedback.
-
Oh the solution is to create two workflow files, reminder.yml and send.yml |
Beta Was this translation helpful? Give feedback.
-
Yes |
Beta Was this translation helpful? Give feedback.
-
Done. Let's use your DB since it has user data stored in it already. |
Beta Was this translation helpful? Give feedback.
-
Once you complete that - I'll update the vercel env variables on this repo & fix the failing build. Then we can add the github cron tab and only thing left is finishing the vercel sponsorship! |
Beta Was this translation helpful? Give feedback.
-
I sent you the env variables so you can setup the github variables with that |
Beta Was this translation helpful? Give feedback.
-
How do you want to handle which bot we have people use / market? I don't really care - but the main one should be kept up to date with CI
Also - sad - https://stackoverflow.com/questions/44927298/change-telegram-bot-owner :(
Beta Was this translation helpful? Give feedback.
All reactions