denisb411 / btc_watcher

A bitcoin watcher to detect price falls and warn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btc_watcher

A bitcoin watcher to detect price falls and warn

Usage

  • Insert necessary data on config.yml file.
    • Current only tested with Gmail. Needs to set account to 'less safe' mode.
  • Execute
pip install -r requirements.txt
python run.py
  • Or using Docker:
docker-compose up -d --build

About

A bitcoin watcher to detect price falls and warn


Languages

Language:Python 97.3%Language:Dockerfile 2.7%