theresnotime / bullseye

Extended IP info for Wikipedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bullseye

Extended IP info for Wikipedia

Toolforge

bullseye is hosted on Wikimedia Toolforge at https://bullseye.toolforge.org

Running the tool

Get the repo

git clone https://github.com/GeneralNotability/bullseye.git
cd bullseye

Set up a Python virtual environment

python -m venv venv

Then activate the virtual environment

Install the requirements

pip install -r requirements.txt

Configure

Create a settings file from the provided bullseye/settings-example.py

Don't forget to download GeoLite2-City.mmdb from MaxMind and place it in the project root.

Run the Django development server

python manage.py runserver

About

Extended IP info for Wikipedia

License:MIT License


Languages

Language:Python 65.4%Language:HTML 34.6%