Skip to content
Jakub Ambrus edited this page Nov 18, 2024 · 1 revision

Here’s a draft outline for the GitHub Wiki for the Discord Giveaway and Nitro Sniper Selfbot:


Home

Welcome to the Discord Giveaway and Nitro Sniper Selfbot Wiki!

This wiki provides comprehensive documentation for installing, configuring, and using the selfbot. Learn how to get started, customize its behavior, and understand the features and limitations of the tool.


Getting Started

Prerequisites

  • Python 3.8 or later
  • Git (optional for cloning the repository)
  • A Discord account (use responsibly!)

Installation

  1. Clone or download the repository:

    git clone https://github.com/kubaam/Discord-Giveaway-and-Nitro-Sniper-Selfbot.git
  2. Install required dependencies:

    pip install -r requirements.txt
  3. Add your Discord token to the configuration file.

  4. Run the bot:

    python main.py

Features

  • Giveaway Sniping: Automatically detects and enters Discord giveaways.
  • Nitro Sniping: Attempts to redeem Nitro codes as quickly as possible.
  • Stealth Mode: Employs randomized headers and user agents to avoid detection.

Configuration

The bot can be customized via the configuration file (config.json). Key options include:

  • Token: Add your Discord account token.
  • Preferences: Set giveaway participation limits or Nitro snipe cooldowns.

Usage

Running the Bot

  • Use launch.bat for an easy start-up (Windows).
  • For other systems, execute the main.py script.

Best Practices

  • Avoid using the bot on your primary account.
  • Stay updated with Discord's terms of service to avoid violations.

License

This project is licensed under the terms provided in the LICENSE.txt file. Make sure to review it before use.


Support

If you encounter any issues or have questions, feel free to:

  • Open a GitHub issue.
  • Contact Kubaam directly.

Let me know if you'd like to add more sections or refine this further!