Polymarket-CopyTrading is a user-friendly Python script designed for those looking to copy-trade any account on Polymarket. With this tool, you can follow successful traders without needing any programming skills. The setup process is simple, and youโll be trading in no time.
Before you begin, ensure your computer meets the following requirements:
To get started, follow these steps:
Visit the Downloads Page
Head over to the Releases page to download the latest version: Download Here.
Select the Latest Release
Once on the page, youโll see a list of releases. Click on the most recent version to view the available files.
Download the Script
You should see a file for your operating system. Click on the link to download the file.
Locate the Downloaded File
After the download finishes, go to your Downloads folder or the location you chose for downloads.
Run the Script
cd command, and run it with python filename.py, replacing filename.py with the actual file name.Before you can start trading, you need to set up your Polymarket details:
Create a Polymarket Account
Go to Polymarket and create an account if you donโt have one.
API Key
Generate an API key from your Polymarket account settings. This key allows the script to access your account for trading.
Configure the Script
Open the downloaded script in any text editor. Look for the configuration section at the top of the file. Enter your Polymarket API key and any other required settings.
Save Your Changes
Make sure to save the file after editing.
Once you have configured the script:
Prepare Your Trade
Decide which trader or account you want to follow for your copy-trading.
python filename.py --copy-trade trader-account-id
Replace trader-account-id with the ID of the trader you wish to copy.
If you encounter issues, consider the following:
Python Not Installed
Ensure Python is installed correctly. Running python --version in your terminal will confirm this.
Script Doesnโt Start
Make sure you have the correct file permissions and that you are using the right Python version.
API Key Errors
Double-check that your API key is entered correctly in the script. Ensure your Polymarket account is in good standing.
For more help, consider joining the Polymarket-CopyTrading community on platforms like Discord or GitHub Discussions. Engaging with other users can provide valuable insights and tips.
This project is licensed under the MIT License. Feel free to contribute or adapt this tool for personal use while adhering to the guidelines.
Now you are ready to dive into the world of copy-trading on Polymarket using Polymarket-CopyTrading. Enjoy your trading journey!