anupammaurya6767 / luffy

Luffy: whatsapp group management bot with link to drive upload feature and many more functionalities
https://x.com/anupammaurya981/status/1772310401327231002
19 stars 23 forks source link

Add C++ Execution Feature #10

Open anupammaurya6767 opened 2 months ago

anupammaurya6767 commented 2 months ago

Is your feature request related to a problem? Please describe. Users want to be able to execute C++ code and receive the output directly on WhatsApp.

Describe the solution you'd like Implement a new feature in the Luffy module to execute C++ code. Users should be able to provide C++ code as input, and the module will execute it and send the output back to WhatsApp. The feature should include support for providing input if needed and should handle errors gracefully.

Describe alternatives you've considered An alternative would be for users to execute C++ code locally and manually send the output to WhatsApp. However, having an integrated feature within Luffy would streamline the process and make it more convenient for users.

Additional context This feature will enhance the functionality of Luffy by allowing users to execute C++ code directly on WhatsApp. It will cater to users who need to quickly test or run C++ code snippets without the need for a separate development environment.

SomSingh23 commented 1 month ago

I think can implement this feature because i have previous worked with child_process module while building online_judge(my personal project).

@anupammaurya6767 please assign me this issue under gssoc_24

IP80808080 commented 1 month ago

👋 Hello! I'd be happy to help with this issue. Could you please assign it to me? Thank you! 🚀

anupammaurya6767 commented 1 month ago

@SomSingh23 go ahead