There is a free app available on Google's play store which sends push notifications to your phone when certain events occur ("news" events). I would like to be able to somehow store/scrape these notifications and save them to a database.
In the same way that website data can be obtained through http requests or by scraping tools such as selenium, I assume that their must be some structured way in which apps send out push notifications that can be intercepted. (Ideally this would be in Python)
I've tried googling it but I only get results about storing and sending push notifications to apps you have written yourself. Any help/pointers in the right direction/better terminology to google would be appreciated.