djefts / SemanticSecurity

Leveraging Web User Analysis through Ontologies to Intelligently Generate Reliable Security Questions
3 stars 0 forks source link

Completing the pipeline up through the intialization of the Knowledge Graph #25

Closed djefts closed 3 years ago

djefts commented 3 years ago

Created main.py to act as the driver file for the project

Fixed the issues with Facebook friend scraping-- necessary in #order to properly add all of the friends to the knowledge graph as nodes Fixes #3 -- Properly Closing #14

main.py instantiates the knowledge graph, creates friend nodes, adds them to the graph, then exports the graph to graph.ttl. This file can then be directly imported into any RDF/Knowledge Graph software solution. Closing #11

your_posts.json is an example file create by Juan as a test file for Facebook text posts downloaded from facebook.com