04-07-25, 06:20 PM
Code:
Desktop tool
# Download the script
curl -o checkmaa https://raw.githubusercontent.com/OsintSystems/checkmaa/main/checkmaa.py
# OR wget -O checkmaa https://raw.githubusercontent.com/OsintSystems/checkmaa/main/checkmaa.py
# Make it executable
chmod +x checkmaa
# (Optional) Move to PATH for system-wide access
sudo mv checkmaa /usr/local/bin/
# Set your API key (add to ~/.bashrc or ~/.zshrc for persistence)
export CHECKMAA_API_KEY='your_api_key_here'
# (Recommended) Install requests for better reliability
pip3 install requests
$checkmaa -k 'API' -q nigga123@gmail.com --auto
Desktop tool ready, enjoy <3