Giter Site home page Giter Site logo

densmirnov / compound-watcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xaaiden/compound-watcher

0.0 2.0 0.0 9 KB

Compound Watcher is python bot that watches potential liquidation on Compound Finance and sends notifications through pushbullet

License: MIT License

Python 100.00%

compound-watcher's Introduction

Compound Watcher

A python bot that watches potential liquidations on Compound Finance and sends notifications through pushbullet

Image of Bot

How it works

Compound Watcher uses Compound's official api from https://compound.finance to import the lists of addresses at risk of liquidation. The bot shows further information about every address :

  • Health
  • On Chain Liquidity (Free https://infura.io api keys are required to interact with the smart contracts)
  • Supplied assets
  • Borrowed assets
  • Estimated profit if liquidated

In the case an address can be liquidited, the bot sends a notification through pushbullet.

A pushbullet free api is needed to run the bot

Install the bot

To install the bot, you need to have:

  • Python 3+
  • pip3

Start by installing the required python modules

pip3 install web3

pip3 install termcolor

pip3 install git+https://github.com/Azelphur/pyPushBullet.git

Fill in your pushbullet and infura keys and you're ready to start the bot!

python3 app.py

To make the bot reboot automatically when it crashes due to api errors, use the forever.py script provided:

chmod +x forever.py

./forever.py app.py

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.