Replies: 2 comments
-
Hi @kulikg we want it to run as a service polling GitHub events (in some specific interval). It needs to have some sort of history of events to compare with when polling new/old information so we don't get duplicated posts to X. So basically, the bot will fetch GitHub data (that is relevant), store it (if new) and post it (if new and don't exist in the stored data). |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your contribution. I really appreciate it, but we decided to go for another pull request. I hope this was a great way to practice writing Rust. You are very welcome to help us improve the one we decided to go for by @dmbtechdev by forking it and sending PR. Again, thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
Finally I've found some time to.take a good look into implementing X-Bot. I'm wondering what would be the best approach.
Do we want to have a standalone service polling github events, or do we want to trigger it periodically?
Also I think it would be possible to trigger it by github actions too.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions