Skip to content

cdkw/logs-ipgrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grab player's IPs from a Minecraft log file

logs-ipgrabber forks logs-ipgrabber last commit (main) logs-ipgrabber Repo stars logs-ipgrabber License logs-ipgrabber issues

Do not use people's ips for malicious intent without their permission.

Image

Requirements

Installing and running

git clone https://github.com/cdkw/logs-ipgrabber.git
cd logs-ipgrabber
pip install -r requirements.txt
python3 fetcher.py -f <file> -v -g

Note: Make sure to put your https://ipapi.com key in

# vpn and geolocation
if args.vpn and args.geolocation:
    access_key = 'ACCESS_KEY_HERE!'  ## <-- Put it there!
elif args.vpn...

☕ Support me!

If you want to support me, consider joining my discord or donating to my crypto wallets:

  • BTC 3QMrNrzGSPunpnYirVFtKp6G4oSnJDk1oT
  • ETH 0xFD03ee7AB099223a4B33327955a9aF3dd3DCDA61
  • SOL 7HDSAnXosAWNiuBwZCv18CdWc9aZCpdNoCBKAf11C7BD

About

Grab player's IPs from a Minecraft log file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages