vlki / imperiumab-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imperium AB scripts

Management scripts for the Imperium AB database. Do not use as of yet, work in progress!

Setup

python3 -m venv .venv
. .venv/bin/activate
pip3 install -r requirements.txt

Plus create .env file and add to it your Imperium AB MediaWiki username and password.

WIKI_USERNAME=user
WIKI_PASSWORD=password

Available scripts

Export companies

Export subsidies

Find subsidies in CEDR

Find subsidies in SZIF

Import subsidies

Upload subsidies Excel files

License

MIT

About

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%