Skip to main content

Web scraping package to read the Final Fantasy XIV DB.

Project description

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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

XivDbReader-0.0.3.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

XivDbReader-0.0.3-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page