An FB bot to notify you the BitCoin price.
- fbchat.
- Note that this patch and this patch must be applied for group messaging.
- Create an FB account, get the email and password.
- Copy "btcnotifier.ini.example" to "btcnotifier.ini" and fill in your email/password.
- Start the program and leave it running:
python btcnotifier.py
Send a message to your bot for various functions.
- /now: for current btc price
- /up <price>: alert when the current price higher than <price>
- /down <price>: else.
- /list: list your untriggered alerts.
Note that each notification will work only once.