Casyfill / wikiwwii_original

scraper and processor for wikipedia WWII battles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Wikiwwii

scraper and processor for wikipedia WWII battles

Installation

pip install git+https://github.com/Casyfill/wikiwwii.git

wikiwwii
├── README.md
├── pyproject.toml
├── tests
│ ├── __init__.py
│ └── test_wikiwwii.py
└── wikiwwii
  ├── __init__.py
  ├── collect
  │ ├── __init__.py
  │ ├── battles.py
  │ └── fronts.py
  └── parse
    ├── __init__.py
    ├── bellengerets.py
    ├── casualties.py
    ├── dates.py
    ├── geocode.py
    └── qa.py

About

scraper and processor for wikipedia WWII battles

License:GNU General Public License v3.0


Languages

Language:HTML 97.6%Language:Python 2.4%Language:Makefile 0.0%