Authix v3 by Rubin B (pygod7) is a fast, async Discord bot built with FastAPI, designed for member backup and restoration using stored tokens (auths). This streamlined version focuses on speed and simplicity. Older versions (v1, v2) can be found in my rubinexe repository.
- 💾 Member Backup: Save Discord members' tokens safely.
- 🔄 Member Restoration: Re-add backed-up members to any server.
- ⚡ Fully Async: FastAPI-powered for fast operations.
- 🛠 Lightweight: Minimal and focused on handling auths.
# Clone the repository
git clone https://github.com/pygod139/Authix.git
cd Authix
# Install dependencies
pip install -r requirements.txt- Simply fill out
config.jsonwith your bot details. No additional setup is needed.
# Run the bot
python app.py| Command | Description |
|---|---|
!help |
Show help message |
!pull <amount> |
Pull specified number of members |
!refresh |
Refresh tokens |
!count |
Show token count |
- Fork the repository.
- Create a branch (
git checkout -b feature-name). - Commit your changes (
git commit -am 'Add new feature'). - Push branch (
git push origin feature-name). - Open a Pull Request.
Authix v3 is intended solely for controlled member backup and restoration. Misuse for spamming or unauthorized member adding may violate Discord's Terms of Service.