Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 889 Bytes

FBBtcBot

An FB bot to notify you the BitCoin price.

Requirements

Usage

Start the Bot

  1. Create an FB account, get the email and password.
  2. Copy "btcnotifier.ini.example" to "btcnotifier.ini" and fill in your email/password.
  3. Start the program and leave it running:
python btcnotifier.py

Play with the Bot

Send a message to your bot for various functions.

  1. /now: for current btc price
  2. /up <price>: alert when the current price higher than <price>
  3. /down <price>: else.
  4. /list: list your untriggered alerts.

Note that each notification will work only once.