Skip to content

centminmod/geoip-flask

 
 

Repository files navigation

Python Flask GeoLite2 City service

Demo/Usage

Running

Using Flask only (development):

python3 app.py

Using UWSGI:

/usr/local/bin/uwsgi --master --http 0.0.0.0:8888 --chdir /opt/geoip-flask/ --module app:app --processes 4

Credits

  • We use GeoLite2 data created by Maxmind

About

A geoIP service based on Flask and Maxmind's GeoLite2-City DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 53.5%
  • HTML 34.4%
  • Dockerfile 12.1%