GeneralNotability / bullseye

Extended IP info for Wikipedia
MIT License
12 stars 6 forks source link

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