Crafting a workflow

I am building a workflow, that takes input as GitHub public repo URL, and analyses the code inside it. This is for examining my students repo about their last homework. Finally I may connect it to a WhatsApp chat or Telegram Chat where they have a chat based interface to get Realtime feedback.
Is it possible to build one like this?

Hey @wolf2627 hope all is well, welcome to the community.

Anything is possible if you try hard enough.
There is a list operation for Github node, which could help to list off the files. There is a get operation, which could help to download the file. There is a Telegram node, which could be used for sending the messages, as for whether it is possible to analyze the code - this very much depends on how exactly you wish to analyze the code, what tools to use for it etc. So, while what you are describing sounds doable, it very much depends on the details.

Thankyou for your words, Lemme try that!!