Skip to content

Michotastico/WarcraftRDF-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warcraft RDF - Scraping

As part of the course CC6202 - Linked Data, we decided to generate a method to extract and generate a non relational database of Warcraft, fundamentally over the major characters and the relations between them.

Version

1.0.0

Tech

The project was realized with Python for the scraping work, the generation of SPARQL update queries and the connection with the database. For the database we used Jena and Fuseki.

The project uses the following libraries (As indicated on the requirements file):

The project itself is open source with a public repository on GitHub.

Run & Configuration

The project itself was made using Pycharm, but It can be run directly from console.

$ python main.py

But first we need to configure the connection with the database on the file utils/connection.py, replacing the respective URL.

UPDATE_URL = "http://127.0.0.1:3030/Warcraft/update"

Development

Made by Michel Llorens and Tomas Saez.

License

GPL

About

Project to generate SPARQL data from Warcraft Wiki

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages