Git Product home page Git Product logo

crypto-balance-bot's Introduction

crypto-balance-bot

crypto-balance-bot is a subscription system to inform you about any movements in the accounts subscribed. The publishing is handled by a set of publisher services. Currently only Telegram is implemented. As a blockchain backend, there are serveral 3rd-party service implementations like Blockchain.com, Etherscan.io, Trezor's blockbook. If you want to run a complete independent service as-a-whole, you can install and run your own blockbook as a backend. See this repo how to install and run blockbook.

I've tried to implement domain-driven-design as much as I can do in this porject. However it's not at its best. This is my first try and I constantly try to imporve. Any comments and help in this aspect would be much appreciated!

Supported blockchains

  • Bitcoin
  • Ethereum

and more is coming...

Building and running

# Copy docker/.example.env file to docker/.env
# And modify the environment file according to your system settings
cp ./docker/.example.env ./docker/.env

# Copy ./example.config.yaml ./config.yaml
# And modify the configuration file.
# You will need a Telegram bot created and a bot token.
# See here https://core.telegram.org/bots/tutorial#obtain-your-bot-token
cp ./example.config.yaml ./config.yaml

# Build the images
docker-compose -f docker/docker-compose.yml build

# Run all the containers of the project
docker-compose -f docker/docker-compose.yml up -d

TODO

  • Make Publisher selectable through configuration file
  • Implement persistance for postgresql

crypto-balance-bot's People

Contributors

psychoplasma avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.