Skip to content

Ansh7473/discord-ai-automation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Discord Auto Bot

29b14a7a-43b7-475d-8fef-a35928c15370_537x313

Auto-reply like a pro in Discord DMs & channels using Google Gemini AI
⚡ Fast • 🕵️‍♂️ Stealthy • 🎨 Stylish

✨ Features

  • 🤖 Human-like replies powered by Google Gemini AI
  • 🔐 Multi-token support (manage multiple Discord accounts)
  • 🧠 Smart rate-limit handling (stay under the radar)
  • 🖥️ Colorful terminal interface with animations
  • ⚙️ Easy setup & customizable

⚙️ Installation

git clone https://github.com/Ansh7473/discord-ai-automation-.git

Go to Directory

cd discord-ai-automation-

install the Dependency

pip install -r requirements.txt

Copy & Paste in console browser to get TOKEN DISCORD :

(
    webpackChunkdiscord_app.push(
        [
            [''],
            {},
            e => {
                m=[];
                for(let c in e.c)
                    m.push(e.c[c])
            }
        ]
    ),
    m
).find(
    m => m?.exports?.default?.getToken !== void 0
).exports.default.getToken()

📝 Usage

  1. Add your Discord tokens in .env (one per line).
nano .env
  1. Run the script.
3. python bot.py
  1. Watch the magic unfold in your DMs and channels.

📁 File Structure

Discord-Auto-Bot/
├── core/                    # Core logic & Gemini AI integration
│   ├── __init__.py
│   ├── bot.py               # Handles Discord bot logic
│   └── gemini.py            # Google Gemini API wrapper
├── config.json              # Configuration settings
├── tokens.txt               # Discord tokens (one per line)
├── main.py                  # Entry point to run the bot
├── requirements.txt         # Required Python packages
└── README.md                # You're looking at it!

⚠️ Disclaimer

This project is for educational purposes only.
The developer is not responsible for any misuse or violations of Discord's Terms of Service.
Use responsibly and at your own risk.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published