Skip to content

blessedunit/polymarket-eye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymarket Eye

English

Socials

Telegram channel: https://t.me/fragment_software

Telegram chat: https://t.me/fragment_software_chat

Installation

Prerequisites

Build

Clone the repository and build the project:

git clone https://github.com/Fragment-Software/polymarket-eye.git
cd polymarket-eye
cargo build --release

Configuration

Before running the software, configure the necessary files:

  1. private_keys.txt : Add your private keys to data/private_keys.txt.
  2. proxies.txt : Add your proxies to data/proxies.txt.

Running

Execute the built binary:

cargo run --release

Output

After running, the output will be saved to data/out.txt in the following format:

wallet_address|proxy_wallet_address|user_id|preferences_id


Русский

Где нас найти

Telegram channel: https://t.me/fragment_software

Telegram chat: https://t.me/fragment_software_chat

Установка

Предварительные требования

Сборка

Клонируйте репозиторий и соберите проект:

git clone https://github.com/Fragment-Software/polymarket-eye.git
cd polymarket-eye
cargo build --release

Конфигурация

Перед запуском программного обеспечения настройте необходимые файлы:

  1. private_keys.txt : Добавьте ваши приватные ключи в data/private_keys.txt.
  2. proxies.txt : Добавьте ваши прокси в data/proxies.txt.

Запуск

Запустите собранный бинарный файл:

cargo run --release

Вывод

После запуска результат будет сохранен в data/out.txt в следующем формате:

wallet_address|proxy_wallet_address|user_id|preferences_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%