Click here to Skip to main content
15,617,203 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need to create a tool that reads websites notifications then log them to database.
For example when YouTube.com or any other new website sends a notification I want to capture this notification and save it to my database.

It can be a chrome extension or windows service.

Thanks

What I have tried:

Most of the article I found were about reading Windows notification while I need websites notifications
Posted
Updated 17-Mar-22 0:32am
v2

1 solution

Here is a CodeProject article: How to Get Notifications from a .NET Web Service[^]

But it all depends on what the server sends, it could also be something like explained here:
Web Push Notifications: Timely, Relevant, and Precise  |  Web Fundamentals  |  Google Developers[^]

For YouTube the simplest way might be to use a service like Zapier, see:
Connect your YouTube to SQL Server integration in 2 minutes | Zapier[^]
 
Share this answer
 
v3
Comments
Al Mosaaed 17-Mar-22 6:42am    
I need this solution for youtube notifications or news websites notifications.
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900