An open API service indexing awesome lists of open source software.

https://github.com/dantimofte/bfxtelegram

Control your bitfinex account using a telegram bot
https://github.com/dantimofte/bfxtelegram

bitcoin bitfinex bot iota telegram

Last synced: about 1 month ago
JSON representation

Control your bitfinex account using a telegram bot

Awesome Lists containing this project

README

          

============
bfxtelegram
============

Control your bitfinex account using a telegram bot

======
Set-up
======

get a telegram bot token from `botfather `_

get api key and secret from `bitfinex `_

set all the environment variables from the `.env-example `_

List of public commands for BotFather:
::

start - /start : Initiate chat and check if the bot is running
auth - /auth you_bot_password
graph - /graph symbol (symbol is optional, default is iotusd)
orders - /orders (list of active orders)
neworder - /neworder ±volume price tradepair tradetype
newalert - /newalert tradepair price
set - /set option value
getbalance - /getbalance
enable - /enable message_type
disable - /disable message_type
calc - /calc "calculation"
help - /help "command"

=============
Demo
=============

.. image:: https://i.imgur.com/CbZTEtl.png

.. image:: https://i.imgur.com/ZK9vl7w.png

.. image:: https://i.imgur.com/SNNcR0p.png

.. image:: https://i.imgur.com/Pv5slp4.png

=============
Documentation
=============
Please check the `wiki `_