Polymarket Copy-Trade Bot Setup

Заказчик: AI | Опубликовано: 10.11.2025

I have an open-source GitHub repository that already connects to Polymarket and mirrors trades from a chosen wallet. What I need now is a clean, desktop-focused deployment that runs unattended, automatically executes matching orders, and pings me with concise trade notifications. The core codebase is functional, but it still contains placeholder configs and developer-specific paths. Your job is to: • Fork or clone the repo locally, strip out any hard-coded keys, and replace them with an .env or config file that lets me adjust basic parameters—stake size, slippage tolerance, chosen source wallet, and markets to watch—without digging into the code each time. • Package the project into an installable desktop service (Python virtual-env or Docker is fine) so that a single command spins it up on Windows or macOS. • Add a lightweight notification layer that fires after each successful copy trade. A simple webhook, SMTP, or Telegram bot message is enough—no fancy dashboards. • Document the setup clearly in the README: prerequisites, one-line install, how to update parameters, and how to restart the service. I’m not after advanced strategy coding, just reliable, automated mirroring with adjustable knobs and real-time alerts. Once the bot is running consistently and the documentation is in place, the project is complete.