I want to get all the notifications from my android phone on the linux terminal when I run certain commands. For example, if I have a WhatsApp and a email notification then I should receive this data on the terminal. If there is no notification then it should reply with no notification.
I need this for a project. I read Pushbullet API docs and was not able to figure out a way to do it using that. I was able to send a notification from terminal to my android but not the opposite. What tool can I use?
Thank you for the help.