This project implements a Discord client that periodically sends requests to keep a Glitch project active and monitors messages for Discord Nitro gift links.
- Periodic requests to the Glitch API to prevent project idling
- Detection of Discord Nitro gift URLs in messages
- Automatic redemption attempt for detected gift codes
- Node.js 14 or later
- A valid Discord account token
- (Optional) Glitch API key if uptime functionality is used
git clone https://github.com/yourusername/discord-glitch-uptime.git
cd discord-glitch-uptime
npm installEdit the script and replace:
const account_token = "YOUR_TOKEN_HERE"with your Discord account token.
node index.jsThis code is for educational and research purposes only.
Automating user actions or attempting to redeem promotional codes automatically may violate Discord’s Terms of Service. Use at your own risk.