{"id":26570736,"url":"https://github.com/trust412/polymarket-copy-trading-bot","last_synced_at":"2025-03-22T22:19:11.441Z","repository":{"id":278938308,"uuid":"914452073","full_name":"Trust412/polymarket-copy-trading-bot","owner":"Trust412","description":"Mirror master's trade and positions","archived":false,"fork":false,"pushed_at":"2025-03-22T19:59:09.000Z","size":24990,"stargazers_count":27,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T20:29:18.995Z","etag":null,"topics":["awesome-lists","copytrade","copytrading","crypto-bot","orderbook","polymarket","prediction-markets","scriptbot","typescript"],"latest_commit_sha":null,"homepage":"https://polymarket.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trust412.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-01-09T16:14:26.000Z","updated_at":"2025-03-22T19:59:13.000Z","dependencies_parsed_at":"2025-02-22T17:40:00.298Z","dependency_job_id":null,"html_url":"https://github.com/Trust412/polymarket-copy-trading-bot","commit_stats":null,"previous_names":["trust412/polymarket-copy-trading-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trust412%2Fpolymarket-copy-trading-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trust412%2Fpolymarket-copy-trading-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trust412%2Fpolymarket-copy-trading-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trust412%2Fpolymarket-copy-trading-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trust412","download_url":"https://codeload.github.com/Trust412/polymarket-copy-trading-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245026483,"owners_count":20549141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome-lists","copytrade","copytrading","crypto-bot","orderbook","polymarket","prediction-markets","scriptbot","typescript"],"created_at":"2025-03-22T22:19:10.607Z","updated_at":"2025-03-22T22:19:11.421Z","avatar_url":"https://github.com/Trust412.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polymarket Copy Trading Bot\n\n## Introduction\nThis project is a Polymarket Copy Trading Bot that allows users to automatically copy trades from a selected trader on Polymarket.\n\n## Features\n- **Automated Trading**: Automatically copy trades from a selected trader.\n- **Real-time Monitoring**: Continuously monitor the selected trader's activity.\n- **Customizable Settings**: Configure trading parameters and risk management.\n\n## Installation\n1. Install latest version of Node.js and npm\n2. Navigate to the project directory:\n    ```bash\n    cd polymarket_copy_trading_bot\n    ```\n3. Create `.env` file:\n    ```bash\n    touch .env\n    ```\n4. Configure env variables:\n    ```typescript\n    USER_ADDRESS = 'Selected account wallet address to copy'\n\n    PROXY_WALLET = 'Your Polymarket account address'\n    PRIVATE_KEY = 'My wallet private key'\n\n    CLOB_HTTP_URL = 'https://clob.polymarket.com/'\n    CLOB_WS_URL = 'wss://ws-subscriptions-clob.polymarket.com/ws'\n\n    FETCH_INTERVAL = 1      // default is 1 second\n    TOO_OLD_TIMESTAMP = 1   // default is 1 hour\n    RETRY_LIMIT = 3         // default is 3 times\n\n    MONGO_URI = 'mongodb+srv://polymarket_copytrading_bot:V5ufvi9ra1dsOA9M@cluster0.j1flc.mongodb.net/polymarket_copytrading'\n\n    RPC_URL = 'https://polygon-mainnet.infura.io/v3/90ee27dc8b934739ba9a55a075229744'\n\n    USDC_CONTRACT_ADDRESS = '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174'\n    ```\n3. Install the required dependencies:\n    ```bash\n    npm install\n    ```\n5. Build the project:\n    ```bash\n    npm run build\n    ```\n6. Run BOT:\n    ```bash\n    npm run start\n    ```\n\n## Contributing\nContributions are welcome! Please open an issue or submit a pull request. And if you are interested in this project, please consider giving it a star✨.\n\n## Contact\nFor any questions or inquiries, please contact me at [rannieturla](https://t.me/rannieturla).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrust412%2Fpolymarket-copy-trading-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrust412%2Fpolymarket-copy-trading-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrust412%2Fpolymarket-copy-trading-bot/lists"}