https://github.com/lalabuy948/poly_copy
Polymarket copy trading tool
https://github.com/lalabuy948/poly_copy
polymarket polymarket-bot polymarket-copy-trading-bot polymarket-copytrading-bot
Last synced: 5 months ago
JSON representation
Polymarket copy trading tool
- Host: GitHub
- URL: https://github.com/lalabuy948/poly_copy
- Owner: lalabuy948
- Created: 2025-12-03T10:26:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T08:30:26.000Z (7 months ago)
- Last Synced: 2026-01-02T02:03:37.715Z (7 months ago)
- Topics: polymarket, polymarket-bot, polymarket-copy-trading-bot, polymarket-copytrading-bot
- Language: Elixir
- Homepage:
- Size: 17.9 MB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# == Poly Copy ==

## Demo
https://github.com/user-attachments/assets/e8bb17bd-4f6a-44b4-a6d2-86de6401e74f
## FAQ
1. Where data is being stored?
Everything runs and stays on your machine, `.db` file holds your credentials and keys next to the binary.
2. How to start?
Get binary from [releases](https://github.com/lalabuy948/poly_copy/releases) for your OS or run in dev mode via elixir.
Once binary started visit [http://localhost:4000/](http://localhost:4000/).
3. Is it safe?
It's open source, your own risk. But yes, runs ok, no issues while I was running it.
4. Is it free?
It's open source, yes. But donations are welcome.
Donations are welcome:
- eth `0x608a6868600a1852e301e6970f49e20f7b03e0b3`
- sol `Cbq21vU7jSZrXfNC9rYofLPxDh4GMB22PaNAZzpfdVf4`
- btc `bc1qq65lvhjym4t836c7uvqgahcdmjqys3x9u6dxr6`
## Development
```zsh
mix setup
mix phx.server
```