Coder Social home page Coder Social logo

arbscreener's Introduction

Arbitrage Screener

version 0.1.0

Screener that looks for arbitrage opportunities between 2 tokens and notifies about the spot price difference via a Telegram message.


Installation


This project uses Python 3.9 and requires a Chromium WebDriver installed.

Clone the project:

git clone https://github.com/ivandimitrovkyulev/ArbScreener.git

cd ArbScreener

This project uses poetry as a distribution package. To install poetry:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

To install project dependencies and activate a virtual env with poetry:

# --no-root will not install the root package (the current project)
poetry install --no-root

# Activate virtual env
poetry shell

You will also need to save the following variables in a .env file in ./ArbScreener:

CHROME_LOCATION=<your/web/driver/path/location> 

TOKEN=<telegram-token-for-your-bot>

CHAT_ID_ALERTS=<id-of-telegram-chat-for-alerts>

CHAT_ID_DEBUG=<id-of-telegram-chat-for-debugging>


Run script


To start screening for arbitrage:

var="$(cat docs/input.json)"

python3 main.py -s "$var"

To run in debug mode:

var="$(cat docs/input.json)"

python3 main.py -s "$var"

Docker deployment


Build a docker image named arbscreener: Inside the ./ArbScreener directory run:

docker build . -t <image-name>

Run docker container:

var="$(cat docs/input.json)"

docker run --shm-size="2g" -it <image-id> python3 main.py <mode> "$var"  

where --shm-size="2g" docker argument is provided to prevent Chromium from the "from tab crashed" error.


Email: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.