We are trying to build a MAC based standalone application which does should do web scrapping of websites.
We have built the same in Windows OS using CefSharp for .Net and the business logic is in C#.
We are now looking for an alternative to CefSharp for MAC based systems and the business logic in .Net Core.
Has anyone tried to implement web scrapping logic in a
MAC?
Or
Other approach would be to run a .Net based application
on a MAC OS.
Has anyone tried to run a .Net based application on a MAC OS?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Develop a MAC based tool with the following requirements Build a desktop application for MAC that will open chromium browser to access outlook web mail.
Read the contents of recipient, subject, body and download the attachment from compose, reply, reply all and forward email.
Validate all above mail contents in client side based on predefined rules.(Business logic is currently present in .Net can be converted to .Net Core for MAC compatibility)
Flexible to configure local physical file or folder path.
This should be the replacement of CefSharp in Windows.
Need a Mac based app based on the above requirements.