🎯 Auto Pokecatch for Twitch
This script automatically sends the correct !pokecatch
, !greatball
, or !ultraball
after a spawn message is detected.
📥 Download Script
Download Script
🔧 Setup Instructions
- Install Tampermonkey on your browser.
- Click the download link above to install the script.
- Edit the script to replace the following placeholders:
const TWITCH_USERNAME = 'YOUR_USERNAME';
const TWITCH_OAUTH_TOKEN = 'oauth:YOUR_TOKEN_HERE';
🔑 How to Get Your OAuth Token
- Visit Twitch Token Generator
- Generate a chat token with chat:read and chat:edit permissions
- Paste it into the script as shown above
⌛ Cooldown & Fair Use
The script enforces a 14-minute cooldown per channel to avoid spam and mimic human use patterns responsibly.
Made with ☕ by YourDailyJava