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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file XivDbReader-0.0.3.tar.gz
.
File metadata
- Download URL: XivDbReader-0.0.3.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40ba6fe0c0b96c601035561f2b798483eab073b060db9ddb45f35419c047de11 |
|
MD5 | 9392672262a0e06309089338e4ae80f7 |
|
BLAKE2b-256 | ac3daf6ec2ab250ba8585143e53aeed5ba8f84ceb99f60b2668ff11404bbed9f |
File details
Details for the file XivDbReader-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: XivDbReader-0.0.3-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e3c667ed90d7f93dd0be4cefb03f37f1f946f33956006545d8d679cfe78eed2 |
|
MD5 | 83e3c40bf30545a5b55c30c62588d16e |
|
BLAKE2b-256 | 8477cb255281e55a4ef4c34f171d1571df74fa660bb5d495c8c03b28381eefdc |