Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.26 KB

readme.md

File metadata and controls

46 lines (34 loc) · 1.26 KB

DisbigGrabber

DisbigGrabber is a tool that allows you to retrieve various information including the user's IP, country code, country, region, operating system, and city.

How to Use

  1. Run the script: Execute the builder.pyw script.
  2. Enter Webhook URL: Input the desired webhook URL into the provided field.
  3. Save URL: Click the "Save URL" button to update the webhook URL in the DisbigGrabber.py script.

Features

  • Retrieves user IP address.
  • Determines user's country code, country, region, and city.
  • Detects the operating system.
  • Sends the gathered information via Discord webhook.

Dependencies

  • Python 3.x
  • tkinter
  • ttkbootstrap
  • pycountry
  • discord_webhook
  • requests
  • ip2geotools

Installation

  1. Clone the repository:
git clone https://github.com/NDevDiscord/DisbigGrabber.git
  1. Install the required dependencies:
pip install ttkbootstrap pycountry discord_webhook requests ip2geotools

Usage

Run the builder.pyw script, enter the webhook URL, and click "Save URL" to update the script.

Credits

This project is maintained by NDev.

License

This project is licensed under the GNU General Public License v3.0.