Skip to content

jtom38/XivDbReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XivDbReader

This is a python module that goes and extracts data from Final Fantasy XIV official database. The goal is to extract the data and store it in a DB to be reused.

Requirements

Python 3 requests BeautifulSoup

Getting Started

How to use

from XivDbReader import Reader
from XivDbReader.collections import *
from typing import List

read = Reader()

# Returns items extracted from the list pages
itemLinks: List = read.getItems(itemType="arms")

About

Python package to read the Eorzea Database

Resources

License

Stars

Watchers

Forks

Packages

No packages published