A command line tool that scans Shodan for Minecraft servers and shows you details about them.
- Get the latest executable for your platform from the "Releases" section on GitHub.
- Set up your environment variables.
- Run the executable.
- Install Node.js.
- Run
npm i -g griefficient
in a terminal. (On Linux you might need root privileges.) - Set up your environment variables.
- Run
griefficient
in a new terminal.
git clone https://github.com/Odyssey346/Griefficient
cd Griefficient
pnpm i
pnpm build
- Set up your environment variables.
- Run
pnpm preview
in the same terminal you ran the previous commands.
You need to set the GRIEFFICIENT_API_KEY
environment variable to your Shodan API key.
- Odyssey346 - Main developer
- akisblack - Made the building and development process easier