SkillAgentSearch skills...

Poloniex Triarb New

Triangular Arbitrage with updated Poloniex API code

Install / Use

npx skills add CryptoWizardsNet/poloniex-triarb-new

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

READ ME

Step 1

Download code from Git within a chosen project folder on your computer

git clone https://github.com/CryptoWizardsNet/poloniex-triarb-new.git triarb

Step 2

Create a Python virtual env. Ensure you are using Python3. You can check this by typing python3 --version

python3 --version
python3 -m venv venv

Step 2

Create a Python virtual env. Ensure you are using Python3. You can check this by typing python3 --version

python3 --version
python3 -m venv venv

Step 3

Install required packages

pip3 install requests

or if you want to try installing the exact same packages used in the course:

pip3 install -r requirements.txt

Step 4

Run Code

python3 main.py

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2mo ago
Forks14

Languages

Python

Security Score

75/100

Audited on May 20, 2026

No findings