Facebook profile scrapper

C#

Facebook profile scrapper
A facebook group scrapper I wrote for education purpose only. It uses Selenium web driver to go to a group page and then to each profile on that group and save all public data about that specific profile. It was done to enrich my knowledge about selenium and browser automation. The scrapping is not the fastest, but it does what it is supposed to. The next steps would be saving the data to a SQL database (since now is saved in json) and build a backend API that could serve data based on custom queries.