Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python Version Of MaxMind's GeoIP2 Updater

License

NotificationsYou must be signed in to change notification settings

techdarko/geoipupdate_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pure Python Version Of MaxMind's GeoIP2 Updater

Allows scripted updating of MaxMind GeoIP Databases including on AWS Lambda and GCP AppEngine and Cloud Functions

Usage: geoipupdate.py [-l <license file>] [-d <directory>] [--verbose]

License File is required and is the path to a standard MaxMind GeoIP license file which is structured as follows:

UserId 12345LicenseKey abcd456EFGHProductIds 123 456 789 GeoIP2-City GeoIP2-Country GeoIP2-ISP GeoIP2-ASN

Directory is an optional item which specifies the directory the MaxMind DB files are located in. Defaults to the current working directory.

Verbose enables debug printing.


[8]ページ先頭

©2009-2025 Movatter.jp