🎯 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

  1. Install Tampermonkey on your browser.
  2. Click the download link above to install the script.
  3. 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

  1. Visit Twitch Token Generator
  2. Generate a chat token with chat:read and chat:edit permissions
  3. 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